You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm a little confused about how to create a LMDB from image files on Windows.
For Unix there is a shell script: "examples\imagenet\create_imagenet.sh"
For Windows I guess you can compile an .exe? You have the "tools\convert_imageset.cpp" file. I tried to put it in Visual Studio in order to compile, but he doesnt find the includes. I dont know how to compile a single .cpp file with Visual Studio. Just found these instructions: http://stackoverflow.com/questions/19684190/how-to-compile-c-file-in-visual-studio
So how can I get a script/program that creates a LMDB from image files?
The text was updated successfully, but these errors were encountered:
Hi!
I'm a little confused about how to create a LMDB from image files on Windows.
For Unix there is a shell script: "examples\imagenet\create_imagenet.sh"
For Windows I guess you can compile an .exe? You have the "tools\convert_imageset.cpp" file. I tried to put it in Visual Studio in order to compile, but he doesnt find the includes. I dont know how to compile a single .cpp file with Visual Studio. Just found these instructions: http://stackoverflow.com/questions/19684190/how-to-compile-c-file-in-visual-studio
So how can I get a script/program that creates a LMDB from image files?
The text was updated successfully, but these errors were encountered: