HiKapok / RON_Tensorflow

A SOTA RON Detector in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to trian with SSD-Net

Mrils opened this issue · comments

commented

Hello, HiKapok!
I'm so glad to find out your codes to fix up the loss problem which occurs in SSD-Tensorflow. But I wonder how to train the vgg-SSD-Net by your codes. Should I write a new script like ron_net_multi_gpu.py?

@Mrils I'm sorry for that I won't have the time to modify the SSD-Net by myself, you can follow ron_net.py or just use the codes of SSD_Tensorflow but fix those bugs I have mentioned in README.md

By the way, I will write a new SSD in TensorFlow to get better performance before this month. You can check my repo then if you are interested in. Thank you.

commented

That's all right. Thank you for your response. I'll try to fix these bugs mentioned in your README.md by myself and looking forward to your works. Thank you.

New SSD yield state-of-the-art performance here