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
I want to get the evaluation result file predictions.pth of coco14 by the command of python -m torch.distributed.launch --nproc_per_node=8 tools/test_net.py --config-file configs/coco/V_16_coco14.yaml TEST.IMS_PER_BATCH 8 OUTPUT_DIR output/ MODEL.WEIGHT coco14_vgg16.pth.
Just the evaluation result file is enough for me, but I have difficulties running the code. If you have the predictions.pth of coco val dataset, could you please provide it? Thank you very much.
The text was updated successfully, but these errors were encountered:
I want to get the evaluation result file
predictions.pth
of coco14 by the command ofpython -m torch.distributed.launch --nproc_per_node=8 tools/test_net.py --config-file configs/coco/V_16_coco14.yaml TEST.IMS_PER_BATCH 8 OUTPUT_DIR output/ MODEL.WEIGHT coco14_vgg16.pth
.Just the evaluation result file is enough for me, but I have difficulties running the code. If you have the
predictions.pth
of coco val dataset, could you please provide it? Thank you very much.The text was updated successfully, but these errors were encountered: