facebookresearch / maskrcnn-benchmark

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
MIT License
9.29k stars 2.5k forks source link

ModuleNotFoundError: No module named 'yacs' #1224

Open tpzou opened 4 years ago

tpzou commented 4 years ago

2020-04-05 00-42-26屏幕截图 when i run the demo it happened. i try install that, but it seems useless

niliusha123 commented 4 years ago

I have the same problem, did you have resolved ,thanks

djmMax commented 4 years ago

You just have to install yacs package : pip install yacs or install all the requirements in for the project: pip install -r requirements.txt

sunset326 commented 3 years ago

url: https://github.com/facebookresearch/maskrcnn-benchmark/blob/master/INSTALL.md follow the install.md pip install ninja yacs cython matplotlib tqdm opencv-python