-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with get_data(input_path) function of simple_parser.py #100
Comments
it's a plain ol' code error... line 4 of simple_parser/py only accepts one argument but train_frcnn.py gives 2. I just deleted the second argument. clearly no-one has tested that this code runs. |
@Triazic It works ok, but wouldn't it be a mistake? The original lines were: Without the second argument, the information about training and validation sets is lost: Now And use them in I might have misunderstood something but I think it's the way to go. Still, it's not nice to leave the code broken like this in the repository :/ |
No idea, I'd already moved on to detectron2 by the time I commented, or shortly after. |
https://github.com/kbardool/keras-frcnn/blob/cf9685b515695d15ee7688ef81959db171cc0ee2/train_frcnn.py#L84
Im getting the above error when i tried training with training_frcnn.py.
Did anyone face the same issue? please help me how to deal this
The text was updated successfully, but these errors were encountered: