资源算法repulsion-loss-faster-rcnn-pytorch

repulsion-loss-faster-rcnn-pytorch

2020-02-19 | |  47 |   0 |   0

Repulsion Loss based on Faster R-CNN

Introduction

This project is a repulsion loss implementation based on faster RCNN, aimed to recure the thesis "Repulsion loss" CVPR 2018. This project is based on the repo:

Process

  • change RPN scale to [3,6,9,12,15,18,21,24,27,30,33]

  • dilation: remove the fouth maxpooling in vgg16, and add dilation in the next conv

  • Ignore handling: lib/model/rpn/lib/model/rpn/anchor_target_layer.py lib/model/rpn/proposal_target_layer_cascade.py

  • hard example: lib/datasets/pascal_voc.py change the label; lib/model/rpn/lib/model/rpn/anchor_target_layer.py lib/model/rpn/proposal_target_layer_cascade.py

  • reploss: lib/model/faster-rcnn/repulsion_loss.py

Train

python train_vgg_repulsion.py --cuda --mGPUs


上一篇:Faster-Rcnn_Tianchi_Guangdong.pytorch

下一篇:Faster-RCNN-Pytorch-Simple

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...