facebookresearch / Detic

Code release for "Detecting Twenty-thousand Classes using Image-level Supervision".
Apache License 2.0
1.86k stars 211 forks source link

What is the different of the first two lines? #59

Open Edwardmark opened 2 years ago

Edwardmark commented 2 years ago

image

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
Edwardmark commented 2 years ago

@likethesky @Celebio @joakimeriksson @colesbury looking forward to your reply. Thanks.

wikiwen commented 1 year ago

I have the same question. These two model url is same