You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
thanks for sharing your works. Iwas trying to run it on single gpu. Would you pls add some instructions or scripts to run it in single gpu? That would be a great help.
kind regards
Abdullah
The text was updated successfully, but these errors were encountered:
Also when I run the test code I am getting warning like "no detectron2" and after running for long time it gives o values for all evaluation metrices. Was running with this command and corresponding model.
" ./tools/dist_test.sh ./configs/panformer/panformer_r50_24e_coco_panoptic.py ./panoptic_segformer_r50_1x.pth 1
"
I have the same problem. I'd like to run on a single GPU witch batch size >1. I can't figure out the necessary changes, my guess is there is something wrong in the 'loss_single_panoptic' function in 'panformer_head.py' and some of those reshaping operations might mess things up with a batch size >1.
Hi
thanks for sharing your works. Iwas trying to run it on single gpu. Would you pls add some instructions or scripts to run it in single gpu? That would be a great help.
kind regards
Abdullah
The text was updated successfully, but these errors were encountered: