-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Adding Pedestrian Detection Models for x86 #116
Adding Pedestrian Detection Models for x86 #116
Comments
We use this repo for that purpose: Make a PR there and I can merge. |
Yeah but some of the model's checkpoints are above 100MB and GitHub have restrictions on large files. |
@alpha-carinae29 instead of checkpoints just add a frozen graph (.pb file) to the repo. |
Thanks @mrn-mln, however |
@mhejrati I pushed two models in here: |
Hi everyone,
I found out that only one model is available for x86 devices and this model is a COCO pre-trained model.
So I decided to train different pedestrian detection model with TensorFlow object detection API. I have trained three different object detector with Oxford Town Center dataset so far and I wanted to upload these models somewhere so I can download them in smart distancing app, however usually these models have large size and GitHub repositories may be not the best platform for uploading them.
@mhejrati what is your suggestions?
The text was updated successfully, but these errors were encountered: