TensorFlow-2.x-Tutorials icon indicating copy to clipboard operation
TensorFlow-2.x-Tutorials copied to clipboard

Question about Faster RCNN pretrained model

Open Noba1anc3 opened this issue 5 years ago • 2 comments

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.

Noba1anc3 avatar May 09 '20 02:05 Noba1anc3

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.

BIGBIGBrotherAI avatar May 09 '20 03:05 BIGBIGBrotherAI

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.

tensor2man avatar May 18 '20 15:05 tensor2man