mit-han-lab / litepose

[CVPR'22] Lite Pose: Efficient Architecture Design for 2D Human Pose Estimation

Home Page:https://hanlab.mit.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'scheduler'

GandalfTGrey opened this issue · comments

in sidt_train.py
line 46
from scheduler import WarmupMultiStepLR

python3
Python 3.8.10 (default, Jun 22 2022, 20:18:18)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

from scheduler import WarmupMultiStepLR
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'scheduler'

where is this shceduler package come from?

Hi, please remove this import. This package will not be used later and we will soon update it.