HRNet / Lite-HRNet

This is an official pytorch implementation of Lite-HRNet: A Lightweight High-Resolution Network.
Apache License 2.0
809 stars 123 forks source link

ModuleNotFoundError #93

Open masgura opened 2 months ago

masgura commented 2 months ago

Hi, I'm trying to train a lite hrnet model on a custom dataset on google colab, but when I try to start the train script:

!python tools/train.py --cgf path/to/config

I get the error:

Traceback (most recent call last):
  File "/content/lite-hrnet/tools/train.py", line 19, in <module>
    from models import build_posenet
ModuleNotFoundError: No module named 'models'

Does anybody know how to solve it?

amYaniii commented 3 weeks ago

请问这个问题解决了吗?