Skip to content
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

About the create_lmdb_mp.py #39

Open
zrongcheng opened this issue Jun 17, 2019 · 9 comments
Open

About the create_lmdb_mp.py #39

zrongcheng opened this issue Jun 17, 2019 · 9 comments

Comments

@zrongcheng
Copy link

zrongcheng commented Jun 17, 2019

  1. I created my dataset, my dataset had 200 folders(included val, total 120GB), but i got error, it's said that i didn't have enough memory; Thus, i want to know what the hardware configuration.
  2. Did you test your code with VMAF? The video train with rgb or yuv420 whether get the different result by VMAF?
@zestloveheart
Copy link
Contributor

for 1........do you meet the error when you create lmdb?

@xinntao
Copy link
Owner

xinntao commented Jun 20, 2019

  1. The script reads all the images to the memory. If you want to read images one by one, you need to change some codes. Please refer to this.

  2. No, we have not. Did you mean this by VMAF?

@zrongcheng
Copy link
Author

  1. Ok, thanks.
  2. Yes, VMAF is a good assessment norm.

@xinntao
Copy link
Owner

xinntao commented Jun 23, 2019

Thanks, I will have a look at VMAF.

@crypticsymmetry
Copy link

What changes to create_lmdb_mp.py did you make for it to use less memory? Thanks!

@xinntao
Copy link
Owner

xinntao commented Jun 28, 2019

@crypticsymmetry For fast IO speed during training.

@crypticsymmetry
Copy link

sorry, i meant what changes to Create lmdb did he make to not load all images at one time, as i have a max of 32gb of RAM. i checked out the basicSR version but didnt understand how to implement it to EDVR's create lmdb file. thanks for your time

@xinntao
Copy link
Owner

xinntao commented Jul 2, 2019

@crypticsymmetry I will update a version with limited memory consumption tmr.

@xinntao
Copy link
Owner

xinntao commented Jul 3, 2019

@crypticsymmetry I have update the create_lmdb_mp.py. You can use it to generate the lmdb files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants