IFC
IFC copied to clipboard
Video Instance Segmentation using Inter-Frame Communication Transformers (NeurIPS 2021)
When I finish training for instance segmentation and use demo.py to generate masks, I get the result of the first image. First image includes box and class(0 in this case)...
I trained a model using base_coco.yaml files,but when I want to visualize the detection results of Coco data images instead of videos, I encountered the same problem as [#5 ](https://github.com/sukjunhwang/IFC/issues/5#issuecomment-1236831096)...
After running the following command to evaluate: ```bash python projects/IFC/train_net.py --num-gpus 8 --eval-only --config-file projects/IFC/configs/base_ytvis.yaml MODEL.WEIGHTS pretrained_weights/coco_r50.pth INPUT.SAMPLING_FRAME_NUM 5 ``` An error occurred ```bash File "/SSD_DISK/users/yanghongye/projects/rvos/IFC/projects/IFC/ifc/ifc.py", line 221, in forward...
How can I obtain the FPS and AP data for the Neural Network on the validation set?