Open Ishihara-Masabumi opened 11 months ago
same problem
Well, that's because https://github.com/HaoyiZhu/HalpeCOCOAPI/issues/1 Manually run
pip install git+https://github.com/Ambrosiussen/HalpeCOCOAPI.git#subdirectory=PythonAPI
and patch setup py from
def get_install_requires():
install_requires = [
'six', 'terminaltables', 'scipy',
'opencv-python', 'matplotlib', 'visdom',
'tqdm', 'tensorboardx', 'easydict',
'pyyaml', 'halpecocotools',
'torch>=1.1.0', 'torchvision>=0.3.0',
'munkres', 'timm==0.1.20', 'natsort'
]
to
def get_install_requires():
install_requires = [
'six', 'terminaltables', 'scipy',
'opencv-python', 'matplotlib', 'visdom',
'tqdm', 'tensorboardx', 'easydict',
'pyyaml',
'torch>=1.1.0', 'torchvision>=0.3.0',
'munkres', 'timm==0.1.20', 'natsort'
]
fixed the problem for me
Well, that's because HaoyiZhu/HalpeCOCOAPI#1 Manually run
pip install git+https://github.com/Ambrosiussen/HalpeCOCOAPI.git#subdirectory=PythonAPI
and patch setup py from
def get_install_requires(): install_requires = [ 'six', 'terminaltables', 'scipy', 'opencv-python', 'matplotlib', 'visdom', 'tqdm', 'tensorboardx', 'easydict', 'pyyaml', 'halpecocotools', 'torch>=1.1.0', 'torchvision>=0.3.0', 'munkres', 'timm==0.1.20', 'natsort' ]
to
def get_install_requires(): install_requires = [ 'six', 'terminaltables', 'scipy', 'opencv-python', 'matplotlib', 'visdom', 'tqdm', 'tensorboardx', 'easydict', 'pyyaml', 'torch>=1.1.0', 'torchvision>=0.3.0', 'munkres', 'timm==0.1.20', 'natsort' ]
fixed the problem for me
Hi this fixed it for me. TYVM!
thank you
When I build this repository, the following error occurred.
Please let me know how to fix it!