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

Evaluation Set #33

Closed
fuqichen1998 opened this issue Oct 4, 2022 · 2 comments
Closed

Evaluation Set #33

fuqichen1998 opened this issue Oct 4, 2022 · 2 comments

Comments

@fuqichen1998
Copy link

Hi,

I found the evaluation.py actually use the training images. Could you please share how to get the exact number in Table 3 of your paper. More specifically, how to know which are

the remaining 11 held-out images per time instance for evaluation

?

@zhengqili
Copy link
Owner

zhengqili commented Oct 4, 2022

In line 295:

if img_i % 12 == camera_i:

We skipped the training image by checking if image index % 12 is same as camera index, since there are 12 cameras in total and we generate training images in circular fashion

@fuqichen1998
Copy link
Author

Got it, thanks very much for your quick reply!

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

2 participants