We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im trying to perform a multiobject detection on my own custom dataset. How can i resolve the error
The text was updated successfully, but these errors were encountered:
Try adding PYTHONPATH=. variable environment to the start of your command (or alternatively export PYTHONPATH=.).
PYTHONPATH=.
export PYTHONPATH=.
Sorry, something went wrong.
What is the data format expected for this model? I tried to use COCO format downloaded from roboflow but its giving errors?
Thanks in advance
Sorry, I haven't worked with that, but take a look at the COCO dataset loading code here to see if the format is familiar.
No branches or pull requests
Im trying to perform a multiobject detection on my own custom dataset. How can i resolve the error
The text was updated successfully, but these errors were encountered: