FCOT icon indicating copy to clipboard operation
FCOT copied to clipboard

error:can't import name region

Open frank-chan-ck opened this issue 4 years ago • 2 comments

Thank you for your work. After running the command: python -c "from pytracking.evaluation.environment import create_default_local_file; create_default_local_file()" error occured : can't import name region At the same time, running the command : python run_video.py fcot fcot_lasot video_path, the same error occured : from the file pytracking\utils\vot_utils\ init.py can't import name region. How to get rid of this problem?

frank-chan-ck avatar Sep 16 '20 14:09 frank-chan-ck

You can handle the problem by building vot_util. The script for building is submitted to this repo. To handle the problem, you can pull the latest repo and run the command

cd pytracking/utils/vot_utils/
python setup.py build_ext --inplace

jcaha avatar Sep 22 '20 09:09 jcaha

You can handle the problem by building vot_util. The script for building is submitted to this repo. To handle the problem, you can pull the latest repo and run the command

cd pytracking/utils/vot_utils/
python setup.py build_ext --inplace

Thanks

frank-chan-ck avatar Nov 05 '20 00:11 frank-chan-ck