hkust-vgd / scenenn

Supplemental code and scripts for the paper SceneNN: A Scene Meshes Dataset with aNNotations
http://www.scenenn.net
73 stars 18 forks source link

How to download dataset in your server #23

Open DoctorXK opened 2 years ago

DoctorXK commented 2 years ago

Hello,

I can open latest server link, but seems that it cannot be downloaded using download script. The files in server are so much that download them manually would be time-consuming. So I would like to ask that is there anyway to download dataset in batches from: http://hkust-vgd.ust.hk/scenenn/main/ ?

It would be greatful if you could give me some suggestion as soon as possible. Thank you very much!!!

HaFred commented 1 year ago
wget -r -np -nH --cut-dirs=1 https://hkust-vgd.ust.hk/scenenn/

This line does the trick for you.