-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
faster_rcnn frozen graph issue #6
Comments
Ok I think I found solution : split_model: False but it gives 0.2 FPS :( |
Hi @eeerrrwwwuuu, Probably this problem is the same as the following problem. This is speculated that the Faster RCNN model has changed. Actually, the published model (old structure) is different from the your model (new structure). And new structure is slow. |
Hi @eeerrrwwwuuu, If it is 0.2 FPS at the current Faster RCNN, I think that the old Faster RCNN will be around 0.3-0.4 FPS. |
Hmm.. 0.2 was on debug, in normal 2.1 fps, but video input was about HD
size, I'm expecting 800x600 on input..so 3fps in possible. Ssd is much
quicker I get about 20fps but I don't believe that this model will catch
small objects. I made mistake during training of Ssd and I used only 170
objects to train. Tell me does ssd is able to capture small objects (like
in photo)?
…On Sun, 3 Mar 2019, 05:22 naisy, ***@***.***> wrote:
Hi @eeerrrwwwuuu <https://github.com/eeerrrwwwuuu>,
If it is 0.2 FPS at the current Faster RCNN, I think that the old Faster
RCNN will be around 0.3-0.4 FPS.
To get 8 FPS with Faster RCNN, you need desktop GPU.
It will be impossible to achieve 8 FPS with Jetson.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcwrpTmERSNdR-VHxMSh9vPwt6lWrFCHks5vS04agaJpZM4bXxsW>
.
|
I have problem with loading frozen graph of faster_rcnn v2 graph. I trained it by my own with just one class... it looks like training process was successful, I was even able to export it to freeze state.
but during execution of run_video.py I get error on load_graph_faster_v2.py
i get warning that
where content of dest_nodes looks like :
The text was updated successfully, but these errors were encountered: