KAIST-VICLab / SkateFormer

[ECCV 2024] Official repository of SkateFormer
https://kaist-viclab.github.io/SkateFormer_site/
MIT License
41 stars 3 forks source link

Could you specify torchlight version? #5

Open shangong opened 1 month ago

shangong commented 1 month ago

Hi,

I would like to work with your project but am having problems with the environment. I've installed torchlight, using pip as per the requirements section, and have version 0.0.1 installed. But I get this error below

(skateformer) /content/SkateFormer# python main.py --config ./config/test/nw_ucla/SkateFormer_b.yaml Traceback (most recent call last): File "/content/SkateFormer/main.py", line 28, in <module> from torchlight import DictAction ImportError: cannot import name 'DictAction' from 'torchlight' (/usr/local/envs/skateformer/lib/python3.9/site-packages/torchlight/__init__.py)

Could you advise me better?