TF_CenterNet
TF_CenterNet copied to clipboard
A pure TensorFlow implementation of CenterNet(Objects as Points)
Hi @MioChiu , Thanks for open sourcing the great work. Could you please explain the focal loss function used here. [https://github.com/MioChiu/TF_CenterNet/blob/master/loss.py](https://github.com/MioChiu/TF_CenterNet/blob/master/loss.py) Seems like its different from the actual focal loss...
can you add instruction on how to use mobile-net back bone for training
Brilliant work!! Can you please share your centerNet weights /checkpoints Thank you
I have this issue trying to run "train.py" File "/home/andrea/virtualenv/TF_CenterNet/utils/generator.py", line 13, in process_data line = line.decode() AttributeError: 'tensorflow.python.framework.ops.EagerTensor' object has no attribute 'decode'
after downloading resnet (https://github.com/MioChiu/ResNet_TensorFlow) but still there is no .npy file. anyone plz tell me from where I can get this file. Error : No such file or directory: './pretrained_weights/resnet34.npy'
it can train吗?能跑通代码吗
Thanks for source code , - Can you tell me the performance on coco or voc on backbone mobilenetv2? - I want to add backbone mobilenetv3, I have to do...
关于NMS
看论文里好像没有用NMS,请问是不是NMS在one-stage网络是不必要的呢?
I see GIOU in loss.py . How to use it