CenterNet

Develop

This document provides tutorials to develop CenterNet. lib/src/opts lists a few more options that the current version supports.

New dataset

Basically there are three steps:

New task

You will need to add files to src/lib/datasets/sample/, src/lib/datasets/trains/, and src/lib/datasets/detectors/, which specify the data generation during training, the training targets, and the testing, respectively.

New architecture