centernet-lightning
centernet-lightning copied to clipboard
Implementation of CenterNet and FairMOT with PyTorch Lightning
I have some questions about compatibility, can the model trained with this project, such as adding the fpn module, be able to do map testing in the original centernet? The...
To use the quality focal loss did you passed to it the quality score like [0.1 0.6 0.2 0.4] or you passed the onehot from the target like [0 1...
## Thoughts - segmentation head (semantic and instance) - instance segmentation requires some kind of pooling? - human pose head - tracker.py -> (outside model). include BYTE algo. can work...