-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 update samples #41
1 update samples #41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, before to merge. In order to be consistent with other main method, I think we must make sure that all main of each datasets used the sample instead of the real dataset.
@thibo73800 all datasets was tested with .get, .getitem, stream_loader and train_loader functions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok to be merged, should I update the online sample with /data/samples ?
Unit tests do not work on my side. Maybe because I need to update the sample first ? |
Features:
sample
attribute.samples = True
Note:
There is a problem with WaymoDataset sample. In unittest/test_frame.py, a error is launch when sample is used:
Merge until this problem is solved.