FPN_Pytorch
Base jwyang/fpn.pytorch, train FPN on Pascal VOC get 80.5 mAP
File Explorer
Download Latest Version (.zip)- res101.yml
- res101_ls.yml
- res50.yml
- vgg16.yml
- mcg_munge.py
- get_voc_opts.m
- voc_eval.m
- xVOCap.m
- __init__.py
- coco.py
- ds_utils.py
- factory.py
- imagenet.py
- imdb.py
- pascal_voc.py
- pascal_voc_rbg.py
- vg.py
- vg_eval.py
- voc_eval.py
- __init__.py
- fpn.py
- resnet.py
- __init__.py
- __init__.py
- nms_cuda.c
- nms_cuda.h
- nms_cuda_kernel.cu
- nms_cuda_kernel.h
- .gitignore
- __init__.py
- build.py
- cpu_nms.pyx
- make.sh
- nms_gpu.py
- nms_kernel.cu
- nms_wrapper.py
- __init__.py
- __init__.py
- __init__.py
- roi_align.py
- __init__.py
- roi_align.py
- roi_align_cuda.c
- roi_align_cuda.h
- roi_align_kernel.cu
- roi_align_kernel.h
- __init__.py
- build.py
- make.sh
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- crop_resize.py
- gridgen.py
- roi_crop.py
- __init__.py
- gridgen.py
- roi_crop.py
- roi_crop.c
- roi_crop.h
- roi_crop_cuda.c
- roi_crop_cuda.h
- roi_crop_cuda_kernel.cu
- roi_crop_cuda_kernel.h
- __init__.py
- build.py
- make.sh
- __init__.py
- __init__.py
- __init__.py
- roi_pool.py
- __init__.py
- roi_pool.py
- roi_pool_py.py
- roi_pooling.c
- roi_pooling.h
- roi_pooling_cuda.c
- roi_pooling_cuda.h
- roi_pooling_kernel.cu
- roi_pooling_kernel.h
- __init__.py
- build.py
- __init__.py
- anchor_target_layer_fpn.py
- bbox_transform.py
- generate_anchors.py
- proposal_layer_fpn.py
- proposal_target_layer.py
- rpn_fpn.py
- .gitignore
- __init__.py
- bbox.pyx
- blob.py
- config.py
- logger.py
- net_utils.py
- summary.py
- __init__.py
- __init__.py
- _mask.c
- _mask.pyx
- coco.py
- cocoeval.py
- mask.py
- maskApi.c
- maskApi.h
- __init__.py
- minibatch.py
- roibatchLoader.py
- roidb.py
- make.sh
- setup.py
- .gitignore
- _init_paths.py
- demo.py
- LICENSE
- README.md
- test_net.py
- trainval_net.py
# Installation Guide
1. Get the code
git clone https://github.com/ruoqianguo/FPN_Pytorch
Downloads the entire project code from GitHub to your computer.
cd FPN_Pytorch
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
