-
Notifications
You must be signed in to change notification settings - Fork 34
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
The model predicts PesonKeypoints even though the target is a car #26
Comments
That should not be possible as the network was never trained on person keypoints. Can you explain the steps you are using. |
are you using the docker file provided or some other config file? |
Hi Dinesh, MODEL: ROI_BOX_HEAD: OUTPUT_DIR: "./log" |
I am not sure why this is happening. seems like a change in the GPUs??. or may be a newer version of pytorch is causing this issue. Generally if you used the same docker file it should work well. |
I also meet this bad result, and the prediction looks like this: /home/gss/anaconda3/envs/Occlusion_Net/lib/python3.8/site-packages/apex/init.py:68: DeprecatedFeatureWarning: apex.amp is deprecated and will be removed by the end of February 2023. Use PyTorch AMP |
Hi Dinesh,
Thank you for sharing such nice work.
Although while doing inference I noticed one anomaly (but maybe I am missing some settings).
The model predicts PesonKeypoints even though the target is a car.
The text was updated successfully, but these errors were encountered: