BilalTalha / SIP-17

Pytorch code for Classification of Synthetic Industrial Parts dataset (SIP-17)
Creative Commons Zero v1.0 Universal
9 stars 1 forks source link

Only works on python 3.7? #2

Open henryclever opened 3 weeks ago

henryclever commented 3 weeks ago

I'm unable to get the DINO model to train with the README instructions. I can't install the dlib because it says: "ERROR: dlib-19.18.0-cp37-cp37m-linux_x86_64.whl is not a supported wheel on this platform."

how can I get this to work? i have ubuntu 22.04.

mandyxiaomeng commented 3 weeks ago

Hi Henry,

We used the code from the original DINO repo: https://github.com/facebookresearch/dino

We use the same environment as they suggest: python version 3.6, pytorch 1.7.1, torchvision 0.8.2, and CUDA 11.0+, should be no problem.

BR, Mandy

henryclever commented 3 weeks ago

Thanks for the tips! I was able to get this working now and repro your results for DINO! :)