摘要:
```py
python tools/infer_simple.py \ --cfg configs/12_2017_baselines/e2e_mask_rcnn_R-101-FPN_2x.yaml \ --output-dir detectron-visualizations \ --image-ext jpg \ --wts model_weights/... 阅读全文
摘要:
```sh
#直接在 pip install xxx 后加上 镜像源 即可,如: #安装tensorflow
pip install tensorflow-gpu -i https://pypi.tuna.tsinghua.edu.cn/simple #安装pytorch
pip install --upgrade torch torchvision -i https://pypi.tuna.... 阅读全文