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

Update metrics.py #204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Khoa-NT
Copy link
Contributor

@Khoa-NT Khoa-NT commented Sep 16, 2023

  • Add --eval_dir_name: name of the eval folder
  • Add --run_iter: Another option to measure metrics iteratively to save VRAM, instead of storing all images in a list.
  • Update README with new args.

+ Add --eval_dir_name: name of the eval folder
+ Add --run_iter: Another option to save VRAM
@softyoda
Copy link

softyoda commented Oct 3, 2023

What is the --eval_dir_name ?
What is an eval folder ?

Is it required for --run_iter ?

@Khoa-NT
Copy link
Contributor Author

Khoa-NT commented Oct 4, 2023

What is the --eval_dir_name ?
What is an eval folder ?

The eval folder is generated from the render.py, which is the test folder by default.
You can run evaluation on another folder with eval_dir_name. E.g., train

Is it required for --run_iter ?

You have to set this flag in other to read each image instead of storing all of them in VRAM.

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

Successfully merging this pull request may close these issues.

None yet

2 participants