vye16 / slahmr

MIT License
441 stars 50 forks source link

Issues running Colab #11

Closed cnnmon closed 1 year ago

cnnmon commented 1 year ago

Hi! I wanted to try out the SLAHMR project on my own video and was trying to run the provided Colab notebook.

However, I've been running into an issue on the "run on demo video" block ("AttributeError: 'Namespace' object has no attribute 'vis'"). I've been trying workarounds including using more absolute paths and manipulating arguments but I haven't had luck in bypassing this just yet.

Does anyone know how to get around this? Thanks!

geopavlakos commented 1 year ago

I tried it again and it seems to be working without issues for me.

Is it possible that you are using an older version of the code? At some point, a small change broke the preprocessing script (giving an error that was very similar to the one you are reporting). But this should be fixed now if you pull the latest version of the code.

cnnmon commented 1 year ago

You're right, it was an issue with some of the older code. Thank you!