WisconsinAIVision / yolact_edge

The first competitive instance segmentation approach that runs on small edge devices at real-time speeds.
MIT License
1.28k stars 272 forks source link

from pycocotools.ytvos import YTVOS #8

Closed zihan987 closed 3 years ago

zihan987 commented 3 years ago

from pycocotools.ytvos import YTVOS这块一直报错,提示没有

haotian-liu commented 3 years ago

Just updated INSTALL.md. Please install pycocotools with YTVOS support: pip install git+https://github.com/haotian-liu/cocoapi.git#"egg=pycocotools&subdirectory=PythonAPI"

zihan987 commented 3 years ago

谢谢

TaylorLi123 commented 9 months ago

刚刚更新 INSTALL.md。请安装支持 YTVOS 的 pycocotools:pip install git+https://github.com/haotian-liu/cocoapi.git#"egg=pycocotools&subdirectory=PythonAPI"

您好,我在按照时报错:note: This error originates from a subprocess, and is likely not a problem with pip.请问应该如何解决谢谢