Duankaiwen / CenterNet

Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .
MIT License
1.86k stars 384 forks source link

Transfer learning possible? #143

Open santhoshnumberone opened 2 years ago

santhoshnumberone commented 2 years ago

Hi

I tested inference of the CenterNet HourGlass104 512x512 implementation on Tensorflow 2 Object Detection API.

I found CenterNet HourGlass104 512x512 feature extractor to be useful in object detection for a custom object detection task I currently want to train. Is there any possibility of using transfer learning with this model CenterNet HourGlass104 512x512 on this repo on custom dataset?