-
Notifications
You must be signed in to change notification settings - Fork 248
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
lmbd error, data/lmdb: No such file or directory #18
Comments
I've managed to get a couple of steps further. It was to do with data.py on line 264, at which point lmdb was trying to write a folder for the db. On windows, if I remove the readOnly flag or set it to false, it will work. But of course you will run the chance of overwriting your previous db. But now got stuck at line 278. |
you need to make the database first |
@piiswrong , can you share how to create a database? |
@lasandcris I am trying to run the code and I have errors in importing mxnet and creating my database seems you go further in this code could you help me thanks |
@lasandcris Hi! I'm learning this program now. I also have the same problem of lmdb. Can you tell me how to solve it?Thanks. |
Hi,
I'm trying to run convert_movie.py using a single jpg as an input file and the default params file, however, I get the above error. Has anyone had this problem before?
thanks
laszlo
edit:
I set my args such as (all my paths and files are correct):
python convert_movie.py C:\dev\mxnet\deep3d\param --ctx 0 --source C:\dev\mxnet\deep3d\image\someImage.jpg --output C:\dev\mxnet\deep3d\output\out.jpg
The text was updated successfully, but these errors were encountered: