amirhertz / spaghetti

MIT License
74 stars 11 forks source link

Errors when trying to add provided chair example #4

Open maria-korosteleva opened 1 year ago

maria-korosteleva commented 1 year ago

Hi!

Apparently, the downloading script only downloads the model for airplanes, but not for chairs

$ python download_weights.py
Downloading spaghetti_airplanes
100%|##########| 102M/102M [00:02<00:00, 47.3MB/s]
Done!

So, I cannot run the demo with chairs =(

mischaschaub commented 1 year ago

Same problem for me!

xheon commented 1 year ago

I had the same problem. In the download_wieghts.py, Line 79, you can replace info=spaghetti_airplanes with info=spaghetti_chairs_large to download the respective weights.