-
Notifications
You must be signed in to change notification settings - Fork 297
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
Input Image format #4
Comments
Hi Divya |
PS: Here's some Python code which does the JPG->.bin conversion:
|
Thanks for the source. Worked for different images to be resized to 256x256x3. Now I can work on different Images. Divya |
Hi David, According to the FPGA resources I have, I am downsizing neural network. I would like to know way of generating weights.bin file. I have gone through material available online to extract weights from .caffemodel. The extracted weights need to be considered as float? How to decide on float/int and how accuracy varies on this. And also can you share the reference to generate weights.bin. Thanks in advance for any suggestions. Thank You |
Can you please open a new issue as this is not related to the input image format? |
for reference, conversions scripts are available under tools/convert_caffemodel |
Submitted by @divyapraneetha:
Hi David,
I am working on a similar project. Modifying the network according to the FPGA resources I have. I would like to know the input image format being followed.
I have gone through changing image files to lmdb sets. but the code you have implemented takes .bin image.
I would like to know how did you define input formats.
Any help in this is highly appreciable.
Thanks
Divya
The text was updated successfully, but these errors were encountered: