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
So if you want to skip the geometry prior regularization, you may also specify --long during adaptation when using a long training video (seems not suitable for your situation), or modify the logic of the code. Otherwise, an N_views larger than 0 is required to be given.
Hi, I was trying to do adaptation using 5s training data, but the bug was like:
I performed 'data_utils/split.py' and set
train_val_split = 25 * 5
. In the adaptation script, I setn_views=-1
For all the test case that I tried, I noticed that this error only happens when training progress is 50%.
If I increase the
n_views
to 250, the error won't happen.The text was updated successfully, but these errors were encountered: