-
Notifications
You must be signed in to change notification settings - Fork 412
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
Should add Lambda(lambda x: x/255.0)
in tutorial
#32
Comments
Yes, it does seem like we are missing the lambda scaling transform. @tullie , could you please confirm this? We seem to have this transform for Pytorchvideo models in PySlowFast - https://github.com/facebookresearch/SlowFast/blob/master/slowfast/datasets/ptv_datasets.py#L194 |
Yep you're right! Great catch. Will send out a change for this. |
That sounds good @nateraw! |
@nateraw, it would be helpful if you could do a separate quick PR for this issue and tag the issue in the PR. This way, it will be better documented and sets up a nice example workflow for other contributors to follow :) Thanks a lot! |
@kalyanvasudev done! 😄 |
Summary: ## Motivation and Context Users seem to not understand how to download the data exactly. Pull Request resolved: fairinternal/pytorchvideo#32 Reviewed By: kalyanvasudev Differential Revision: D27814288 Pulled By: tullie fbshipit-source-id: 8ddb1470d924758388950e8ed5cd680c1bd0ef81
Should add
Lambda(lambda x: x/255.0)
in tutorial, right ?The text was updated successfully, but these errors were encountered: