Cartucho / OpenLabeling

Label images and video for Computer Vision applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'get_subwindow_tracking' from 'utils'

germanolira opened this issue · comments

C:\Users\dolan\Downloads\OpenLabeling-master\main>python main.py
Traceback (most recent call last):
File "C:\Users\dolan\Downloads\OpenLabeling-master\main\dasiamrpn.py", line 16, in
from DaSiamRPN.code.run_SiamRPN import SiamRPN_init, SiamRPN_track
File "C:\Users\dolan\Downloads\OpenLabeling-master\main\DaSiamRPN\code\run_SiamRPN.py", line 11, in
from utils import get_subwindow_tracking
ImportError: cannot import name 'get_subwindow_tracking' from 'utils' (C:\Users\dolan\AppData\Local\Programs\Python\Python37\lib\site-packages\utils_init_.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "main.py", line 15, in
from dasiamrpn import dasiamrpn
File "C:\Users\dolan\Downloads\OpenLabeling-master\main\dasiamrpn.py", line 36, in
from DaSiamRPN.code.run_SiamRPN import SiamRPN_init, SiamRPN_track
File "C:\Users\dolan\Downloads\OpenLabeling-master\main\DaSiamRPN\code\run_SiamRPN.py", line 11, in
from utils import get_subwindow_tracking
ImportError: cannot import name 'get_subwindow_tracking' from 'utils' (C:\Users\dolan\AppData\Local\Programs\Python\Python37\lib\site-packages\utils_init_.py)

C:\Users\dolan\Downloads\OpenLabeling-master\main>

Why?