salesforce / MUST

PyTorch code for MUST
BSD 3-Clause "New" or "Revised" License
106 stars 12 forks source link

SUN397 .npy file format #8

Open Rango-Zhang-Hang opened 1 year ago

Rango-Zhang-Hang commented 1 year ago

Hi! Thanks for releasing this great work to the public!

I followed the instructions to make the datasets referred to Vissl. But there is the problem I met: Vissl convert the SUN397 dataset into some '.npy' file compared to others' simple image folders. And the 'train.py' couldn't work with '.npy'.

So I want to ask if you used another special 'train.py' on SUN397 or made a special SUN397 dataset different from Vissl.

Thank you!