-
Notifications
You must be signed in to change notification settings - Fork 6
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 when testing assert channels in [1, 3]
?
#3
Comments
To do this we made a custom file loading module, you can find it here: Then in the config file, you call that module in your pipeline instead of the usual Aside from that you need to set And if you call |
Thank you for the reply. Since i am using the code in this github repository, all the settings as mentioned are already correct. I have trained it successfully but having issues when testing. i am using the same code as mentioned in your response. is there something i can share with you so that you can assist me in a better way? Would it be possible for you to share the command used for testing? |
Hi Ali, thanks for clarifying, I think the issue might be that we always called In your case, it's calling Can you try running your test command again adding the flag |
Thank you kahn-jms, This finally worked when i set the --launcher pytorch in my command. I had to add a few more environ variable as follows at start of the code.
|
The main reason is that the channels in TBBR dataset are 5 as compared to RGB image. How did the original authors make it to work?
test command:
python /app/scripts/mmdet/test.py /app/configs/mmdet/swin/mask_rcnn_swin-t-p4-w7_fpn_ms-crop-3x_coco.py /app/work_dirs/mask_rcnn_swin-t-p4-w7_fpn_ms-crop-3x_coco/epoch_23.pth --work-dir /app/work_dirs/mask_rcnn_swin-t-p4-w7_fpn_ms-crop-3x_coco --show --show-dir /app/work_dirs/mask_rcnn_swin-t-p4-w7_fpn_ms-crop-3x_coco/results --show-score-thr 0.1
Can you provide more information please? @kahn-jms
The text was updated successfully, but these errors were encountered: