Closed algoteam5 closed 3 years ago
Nothing happend except the inference process because --show
only works in single gpu model while you use 4 gpu to inference. See code here.
@zhengye1995 Why the inference took so long? normally it requires a few milliseconds to get inference from a trained model.
@algoteam5 Because this process inferences all 10098 images in test label file, which is determined by this code in config file.
What does the following output indicate when I ran this command
./tools/dist_test.sh configs/zsi/65_15/test/gzsi/zero-shot-mask-rcnn-BARPN-bbox_mask_sync_bg_65_15_decoder_notanh_gzsi.py checkpoints/ZSI_65_15.pth 4 --show
?