摘要: ```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/... 阅读全文
posted @ 2018-11-08 20:45 ACTI 阅读(301) 评论(0) 推荐(0) 编辑
摘要: ```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.... 阅读全文
posted @ 2018-11-08 20:25 ACTI 阅读(2351) 评论(0) 推荐(0) 编辑