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
# replace codes with path to the code directory
docker run -p 3000:3000 -v codes/:/codes -it --runtime=nvidia --rm nasir6/mmdetection:latest
cd /codes/zero_shot_detection/mmdetection
# install the mmdetection library
python setup.py develop
# to test the synthesized classifier on MSCOCO. test
./tools/dist_test.sh configs/faster_rcnn_r101_fpn_1x.py work_dir/coco2014/epoch_12.pth 8 --dataset coco --out coco_results.pkl --zsd --syn_weights ../checkpoints/coco_65_15/classifier_best_137.pth