Open YoungerGao opened 5 years ago
@YoungerGao There are some reimplementations based on TensorFlow. Just google them.
@tianzhi0549 well, I will try to solve the tensorflow project, thanks
@YoungerGao I implemented FCOS in keras and tensorflow based on this official project. https://github.com/xuannianz/keras-fcos
@YoungerGao I implemented FCOS in keras and tensorflow based on this official project. https://github.com/xuannianz/keras-fcos
Great job!!! Have you check the difference of mAP between your tensorflow project and the official project?
@YoungerGao No, I only test on Pascal VOC. I know there's room for improvement, so I open sourced it and would like to get help from guys who are interested in it.
@YoungerGao No, I only test on Pascal VOC. I know there's room for improvement, so I open sourced it and would like to get help from guys who are interested in it.
Got it, thanks for your reply
@YoungerGao I implemented FCOS in keras and tensorflow based on this official project. https://github.com/xuannianz/keras-fcos
Thx for your project about focs with tensorflow. But there seems weird when i train my own dataset with your code: after 2 epochs, the regression_loss become nan, could you give me some advice about that?
thanks for your work, very interesting mind. but for the online service, the c++ api interface is needed, is there any tensorflow or caffe project for FCOS?