sail-sg / volo

VOLO: Vision Outlooker for Visual Recognition
Apache License 2.0
922 stars 94 forks source link

Colab Notebook doesn't work & gives wrong results. #29

Closed debparth closed 3 years ago

debparth commented 3 years ago

Hi Creators, Thanks for making a new SOTA models & also for open-sourcing it.

I was trying the colab notebook and it's throwing an error!! image

After going through the Usage and adding those params. It gave me different and wrong results compared to demo colab Notebook. image

zihangJiang commented 3 years ago

Hi @debparth , could you please try to run it again to see if it works now?

debparth commented 3 years ago

Hi @zihangJiang, Thanks for quick reply. It's working now. Can I ask you what was the bug which caused this mess?

zihangJiang commented 3 years ago

It's caused by using the wrong version of tlt package. It would be better to specify the version of the required packages as stated here https://github.com/sail-sg/volo#1-requirements to avoid potential bugs.

debparth commented 3 years ago

@zihangJiang Oh... I see. Thank you.