PFSegNets
PointFlow (CVPR-2021)
File Explorer
Download Latest Version (.zip)- __init__.py
- edge_utils.py
- iSAID.py
- nullloader.py
- Posdam.py
- sampler.py
- uniform.py
- Vaihingen.py
- nms_cpu.cpp
- ROIAlign_cpu.cpp
- vision.h
- ca.h
- ca_cuda.cu
- deform_conv_cuda.cu
- deform_conv_kernel_cuda.cu
- deform_pool_cuda.cu
- deform_pool_kernel_cuda.cu
- nms.cu
- ROIAlign_cuda.cu
- ROIPool_cuda.cu
- SigmoidFocalLoss_cuda.cu
- vision.h
- deform_conv.h
- deform_pool.h
- nms.h
- ROIAlign.h
- ROIPool.h
- SigmoidFocalLoss.h
- vision.cpp
- __init__.py
- deform_conv_func.py
- deform_conv_module.py
- deform_pool_func.py
- deform_pool_module.py
- deform_unfold_func.py
- deform_unfold_module.py
- __init__.py
- cc_attention.py
- __init__.py
- mynn.py
- operators.py
- point_flow.py
- sampling_points.py
- __init__.py
- ccnet.py
- ccnet_pfnet.py
- danet.py
- danet_fpn.py
- danet_pfnet.py
- datten_net.py
- dgmnnet.py
- emanet.py
- encodingnet.py
- pointflow_resnet_with_max_avg_pool.py
- pointrend.py
- pspnet.py
- refinenet.py
- resnet.py
- resnet_d.py
- uper_resnet.py
- test_iSAID_pfnet_R101.sh
- test_iSAID_pfnet_R50.sh
- test_posdam896_pfnet_r50.sh
- test_vaihingen768_pfnet_r50.sh
- train_iSAID_pfnet_r101.sh
- train_iSAID_pfnet_r50.sh
- train_posdam896_pfnet_r50.sh
- train_vaihingen768_pfnet_r50.sh
- convert_iSAID_mask2graymask.py
- convert_isprs_mask2graymask.py
- split_iSAID.py
- split_isprs.py
- __init__.py
- joint_transforms.py
- transforms.py
- __init__.py
- attr_dict.py
- f_boundary.py
- flops_counter.py
- misc.py
- my_data_parallel.py
- seg_edge.py
- .gitignore
- config.py
- eval.py
- loss.py
- optimizer.py
- README.md
- setup.py
- train.py
# Installation Guide
1. Get the code
git clone https://github.com/lxtGH/PFSegNets
Downloads the entire project code from GitHub to your computer.
cd PFSegNets
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)
