Open Edwardmark opened 2 years ago
https://github.com/facebookresearch/Detic/blob/main/docs/MODEL_ZOO.md#real-time-models
so how to get the inference time based on the following command if the model and config is same for the first two lines?
python demo.py --config-file configs/Detic_LCOCOI21k_CLIP_SwinB_896b32_4x_ft4x_max-size.yaml --input desk.jpg --output out.jpg --vocabulary lvis --opts MODEL.WEIGHTS models/Detic_LCOCOI21k_CLIP_SwinB_896b32_4x_ft4x_max-size.pth
@likethesky @Celebio @joakimeriksson @colesbury looking forward to your reply. Thanks.
I have the same question. These two model url is same
https://github.com/facebookresearch/Detic/blob/main/docs/MODEL_ZOO.md#real-time-models
so how to get the inference time based on the following command if the model and config is same for the first two lines?