# condinst_detectron2 **Repository Path**: learing8hard/condinst_detectron2 ## Basic Information - **Project Name**: condinst_detectron2 - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-09 - **Last Updated**: 2021-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # condinst_detectron2 #### 介绍 {**condinst代码学习(基于detectron2,如果使用,请引用原文)**} install: detectron2 python setup.py build develop {**training**} OMP_NUM_THREADS=1 python tools/train_net.py --config-file configs/CondInst/MS_R_50_1x.yaml --num-gpus 1 OUTPUT_DIR training_dir/CondInst_MS_R_50_1x OMP_NUM_THREADS=1 python tools/train_net.py --config-file configs/CondInst/MS_R_50_1x.yaml --num-gpus 4 OUTPUT_DIR training_dir/CondInst_MS_R_50_1x {**inference**} python demo/demo.py --config-file configs/CondInst/MS_R_50_1x.yaml --input /home/st/ubuntu_data/NRSL/instance_segmentation/history/AdelaiDet/datasets/my_dataset/val/JPEGImages/000801.jpg --opts MODEL.WEIGHTS model_final.pth