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
I am new to fastai and object detection in general. It would be helpful to have an example to make a prediction on just one image or a whole test set.
The text was updated successfully, but these errors were encountered:
I was also searching for prediction. Seem that fastai
learn.predict() learn.get_preds()
Is not working with object detection module, It's saying list has not .cpu() attribute
Sorry, something went wrong.
There was some error with prediction function. Some doing some editing , I wrote a notebook for this check it out.
https://www.kaggle.com/ianmoone0617/fastai-v1-global-wheat-detection-tutorial
No branches or pull requests
I am new to fastai and object detection in general. It would be helpful to have an example to make a prediction on just one image or a whole test set.
The text was updated successfully, but these errors were encountered: