Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 490 Bytes

File metadata and controls

29 lines (18 loc) · 490 Bytes

chainer-centernet

This is Centernet implementation on chainer(and chainercv). (original https://github.com/xingyizhou/CenterNet)

How to install

We using to Pipenv, please install pipenv.

pipenv sync

demo

download

please download here.
And put here models/hg_256_pascalvoc.npz.

run

cd chainer-centernet
PYTHONPATH="." python scripts/visualize.py

Train

TBD