资源算法Detectron-PYTORCH

Detectron-PYTORCH

2020-03-05 | |  40 |   0 |   0

Detectron-PYTORCH

Play with state-of-the-art pedestrian detectors.

Requirements

  1. pytorch

  2. tensorflow (only tensorboard is used)

  3. tensorboardX

    pip install tensorboardX
  4. visdom

    pip install visdom

Installation

  1. Compiling libs

    cd ./libs
    make
  2. citypersons and cityscape dataset: download coco and extract zips under ./data/citypersons/, so your dirs look like,

    ./data/
            data/citypersons/{annotations}
            data/citypersons/cityscape
                data/citypersons/cityscape/leftImg8bit/{train|val|test}
                data/citypersons/cityscape/gtFine/{train|val|test}

Create citypersons extended dataset

```bash
    python libs/datasets/citypersons2.py
```

Training and evaluation models

```bash
sh ./exper/citypersons/retinanet/train_test_resnet50_softmax.sh
```


上一篇:detectron2-licenseplates

下一篇:VideoPose3d_with_Detectron2

用户评价
全部评价

热门资源

  • 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...