文件名称:FCIS-master
介绍说明--下载内容均来自于网络,请自行研究使用
语义分割FCIS算法实现,可以在我的github上找到这个详细用法(Fully Convolutional Instance-aware Semantic Segmentation)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
FCIS-master | 0 | 2017-11-05 |
FCIS-master\.gitignore | 1112 | 2017-11-05 |
FCIS-master\LICENSE | 18385 | 2017-11-05 |
FCIS-master\README.md | 9320 | 2017-11-05 |
FCIS-master\data | 0 | 2017-11-05 |
FCIS-master\data\README.md | 344 | 2017-11-05 |
FCIS-master\data\VOCdevkit | 0 | 2017-11-05 |
FCIS-master\data\VOCdevkit\VOCSDS | 0 | 2017-11-05 |
FCIS-master\data\VOCdevkit\VOCSDS\ImageSets | 0 | 2017-11-05 |
FCIS-master\data\VOCdevkit\VOCSDS\ImageSets\Main | 0 | 2017-11-05 |
FCIS-master\data\VOCdevkit\VOCSDS\ImageSets\Main\train.txt | 67476 | 2017-11-05 |
FCIS-master\data\VOCdevkit\VOCSDS\ImageSets\Main\val.txt | 68784 | 2017-11-05 |
FCIS-master\data\readme_img.png | 2728762 | 2017-11-05 |
FCIS-master\demo | 0 | 2017-11-05 |
FCIS-master\demo\COCO_test2015_000000000275.jpg | 277176 | 2017-11-05 |
FCIS-master\demo\COCO_test2015_000000001412.jpg | 130452 | 2017-11-05 |
FCIS-master\demo\COCO_test2015_000000073428.jpg | 158111 | 2017-11-05 |
FCIS-master\demo\COCO_test2015_000000393281.jpg | 179113 | 2017-11-05 |
FCIS-master\experiments | 0 | 2017-11-05 |
FCIS-master\experiments\fcis | 0 | 2017-11-05 |
FCIS-master\experiments\fcis\cfgs | 0 | 2017-11-05 |
FCIS-master\experiments\fcis\cfgs\fcis_coco_demo.yaml | 3061 | 2017-11-05 |
FCIS-master\experiments\fcis\cfgs\resnet_v1_101_coco_fcis_end2end_ohem.yaml | 3080 | 2017-11-05 |
FCIS-master\experiments\fcis\cfgs\resnet_v1_101_vocSDS_fcis_end2end.yaml | 3058 | 2017-11-05 |
FCIS-master\experiments\fcis\fcis_end2end_test.py | 305 | 2017-11-05 |
FCIS-master\experiments\fcis\fcis_end2end_train_test.py | 355 | 2017-11-05 |
FCIS-master\fcis | 0 | 2017-11-05 |
FCIS-master\fcis\__init__.py | 0 | 2017-11-05 |
FCIS-master\fcis\_init_paths.py | 214 | 2017-11-05 |
FCIS-master\fcis\config | 0 | 2017-11-05 |
FCIS-master\fcis\config\__init__.py | 0 | 2017-11-05 |
FCIS-master\fcis\config\config.py | 5493 | 2017-11-05 |
FCIS-master\fcis\core | 0 | 2017-11-05 |
FCIS-master\fcis\core\DataParallelExecutorGroup.py | 27316 | 2017-11-05 |
FCIS-master\fcis\core\__init__.py | 0 | 2017-11-05 |
FCIS-master\fcis\core\callback.py | 2260 | 2017-11-05 |
FCIS-master\fcis\core\loader.py | 10432 | 2017-11-05 |
FCIS-master\fcis\core\metric.py | 7786 | 2017-11-05 |
FCIS-master\fcis\core\module.py | 44562 | 2017-11-05 |
FCIS-master\fcis\core\tester.py | 9603 | 2017-11-05 |
FCIS-master\fcis\demo.py | 7561 | 2017-11-05 |
FCIS-master\fcis\function | 0 | 2017-11-05 |
FCIS-master\fcis\function\__init__.py | 0 | 2017-11-05 |
FCIS-master\fcis\function\test_fcis.py | 2526 | 2017-11-05 |
FCIS-master\fcis\operator_cxx | 0 | 2017-11-05 |
FCIS-master\fcis\operator_cxx\channel_operator-inl.h | 15311 | 2017-11-05 |
FCIS-master\fcis\operator_cxx\channel_operator.cc | 2977 | 2017-11-05 |
FCIS-master\fcis\operator_cxx\channel_operator.cu | 10746 | 2017-11-05 |
FCIS-master\fcis\operator_cxx\psroi_pooling-inl.h | 7509 | 2017-11-05 |
FCIS-master\fcis\operator_cxx\psroi_pooling.cc | 2955 | 2017-11-05 |
FCIS-master\fcis\operator_cxx\psroi_pooling.cu | 10251 | 2017-11-05 |
FCIS-master\fcis\operator_py | 0 | 2017-11-05 |
FCIS-master\fcis\operator_py\__init__.py | 0 | 2017-11-05 |
FCIS-master\fcis\operator_py\box_annotator_ohem.py | 4775 | 2017-11-05 |
FCIS-master\fcis\operator_py\box_parser.py | 3930 | 2017-11-05 |
FCIS-master\fcis\operator_py\proposal.py | 8027 | 2017-11-05 |
FCIS-master\fcis\operator_py\proposal_annotator.py | 8899 | 2017-11-05 |
FCIS-master\fcis\symbols | 0 | 2017-11-05 |
FCIS-master\fcis\symbols\__init__.py | 34 | 2017-11-05 |
FCIS-master\fcis\symbols\resnet_v1_101_fcis.py | 79613 | 2017-11-05 |
FCIS-master\fcis\test.py | 2204 | 2017-11-05 |
FCIS-master\fcis\train_end2end.py | 8109 | 2017-11-05 |
FCIS-master\init.bat | 402 | 2017-11-05 |
FCIS-master\init.sh | 347 | 2017-11-05 |
FCIS-master\lib | 0 | 2017-11-05 |
FCIS-master\lib\Makefile | 366 | 2017-11-05 |
FCIS-master\lib\__init__.py | 0 | 2017-11-05 |
FCIS-master\lib\bbox | 0 | 2017-11-05 |
FCIS-master\lib\bbox\.gitignore | 9 | 2017-11-05 |
FCIS-master\lib\bbox\__init__.py | 0 | 2017-11-05 |
FCIS-master\lib\bbox\bbox.pyx | 1952 | 2017-11-05 |
FCIS-master\lib\bbox\bbox_regression.py | 5498 | 2017-11-05 |
FCIS-master\lib\bbox\bbox_transform.py | 6481 | 2017-11-05 |
FCIS-master\lib\bbox\setup_linux.py | 2859 | 2017-11-05 |
FCIS-master\lib\bbox\setup_windows.py | 1303 | 2017-11-05 |
FCIS-master\lib\dataset | 0 | 2017-11-05 |
FCIS-master\lib\dataset\__init__.py | 194 | 2017-11-05 |
FCIS-master\lib\dataset\cityscape_segmentation.py | 9797 | 2017-11-05 |
FCIS-master\lib\dataset\coco.py | 17617 | 2017-11-05 |
FCIS-master\lib\dataset\ds_utils.py | 442 | 2017-11-05 |
FCIS-master\lib\dataset\imdb.py | 16141 | 2017-11-05 |
FCIS-master\lib\dataset\pascal_voc.py | 21373 | 2017-11-05 |
FCIS-master\lib\dataset\pascal_voc_eval.py | 13172 | 2017-11-05 |
FCIS-master\lib\dataset\pascal_voc_segmentation.py | 9012 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools | 0 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools\.gitignore | 8 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools\UPSTREAM_REV | 80 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools\__init__.py | 21 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools\_mask.pyx | 10854 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools\coco.py | 18005 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools\cocoeval.py | 19735 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools\mask.py | 4192 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools\maskApi.c | 7704 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools\maskApi.h | 1928 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools\setup_linux.py | 579 | 2017-11-05 |
FCIS-master\lib\dataset\pycocotools\setup_windows.py | 605 | 2017-11-05 |
FCIS-master\lib\mask | 0 | 2017-11-05 |
FCIS-master\lib\mask\__init__.py | 0 | 2017-11-05 |
FCIS-master\lib\mask\gpu_mv.cu | 305897 | 2017-11-05 |
FCIS-master\lib\mask\gpu_mv.hpp | 763 | 2017-11-05 |