Skip to content

ModuleNotFoundError #93

@masgura

Description

@masgura

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions