You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
I get the error:
Does anybody know how to solve it?
The text was updated successfully, but these errors were encountered: