资源算法fast-rcnn

fast-rcnn

2019-09-18 | |  113 |   0 |   0

chainer-fast-rcnn

It aims at reproducing results of fast-rcnn using Chainer. It can be run only with GPU because roi_pooling_2d layer has only GPU implementation.

Requirements

Create symlink

Create a symlink from the location of original fast-rcnn dir to this project's root dir. (The below line assumes a environment variable $FRCN_ROOT has a path to the fast-rcnn source dir.)

$ ln -s $FRCN_ROOT ./

Make sure that all steps written in the Installation (sufficient for the demo) section of README.md in fast-rcnn have been performed.

Convert model

Convert caffemodel to chainermodel.

$ python scripts/load_net.py

Test

First you should prepare a sample image, and then

$ python scripts/forward.py --img_fn sample.jpg --out_fn result.jpg

Result

 'Overstekend wild' St. Janskerkhof Den Bosch © FaceMePLS (https://www.flickr.com/photos/faceme/5891724192)


上一篇:crnn

下一篇:CRU-Net

用户评价
全部评价

热门资源

  • allennlp-server

    allennlp-server Serve allennlp services as sep...

  • ubuntu-allennlp

    ubuntu-allennlp AllenAI AllenNLP image based o...

  • allennlp_extras

    allennlp_extras Some utilities build on top of...

  • allennlp-dureader

    An Apache 2.0 NLP research library, built on Py...

  • seetafaceJNI

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