-
Notifications
You must be signed in to change notification settings - Fork 69
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
Cannot validate results on new dataset. #2
Comments
I have not tried to validate on the StructVIO or ADVIO datasets. |
hello! the author's dataset link and parameters link is not avaliable,could you send the downloaded file to me ? thank you ver much!!! |
hello! the author's dataset link and parameters link is not avaliable,could you send the downloaded file to me ? thank you |
hello! the author's dataset link and parameters link is not avaliable,could you send the downloaded file to me ? thank you |
Hey, I tried to validate the results on two other datasets, the StructVIO dataset, and the ADVIO dataset. Have you guys tried to validate the results on any other datasets?
Attaching code of the Struct VIO data preparation.
`
class CustomDataset(BaseDataset):
def init(self, data_dir, predata_dir, train_seqs, val_seqs,
test_seqs, mode, N, min_train_freq, max_train_freq, dt=0.005):
super().init(predata_dir, train_seqs, val_seqs, test_seqs, mode, N, min_train_freq, max_train_freq, dt)
# convert raw data to pre loaded data
self.read_data(data_dir)
`
The text was updated successfully, but these errors were encountered: