TensorFlow-2.x-Tutorials
TensorFlow-2.x-Tutorials copied to clipboard
Question about Faster RCNN pretrained model
Hello, I am wondering if the pretrained model of Faster RCNN is trained on ImageNet or COCO, and how about the performance? Thanks a lot.
Sorry,I have no idea.
---Original--- From: "NoBa1anc3"<[email protected]> Date: Sat, May 9, 2020 10:18 AM To: "dragen1860/TensorFlow-2.x-Tutorials"<[email protected]>; Cc: "Subscribed"<[email protected]>; Subject: [dragen1860/TensorFlow-2.x-Tutorials] Question about Faster RCNN pretrained model (#55)
Hello, I am wondering if the pretrained model of Faster RCNN is trained on ImageNet or COCO, and how about the performance? Thanks a lot.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
According to my points and experiences, the performance of the pre-trained model is not good. In order to acquire the accuracy you want, you have to train the pre-trained model more. In my case, I used to use the pre-trained model to initialize the weight parameters of that network at the beginning.