This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pytorch video #216
Pytorch video #216
Changes from 38 commits
ae190b9
a4cb3a3
cdba489
c6b1cd7
5f1aae9
2c427f6
0c4a092
db6df41
19ea5f1
b21f152
aea8214
fbc43c8
73e0191
a1ff7b6
3227e77
98b4e13
9e17b50
eb286de
b122059
ae8197d
c4526f4
0c2f852
c949061
fa30ea5
2777b9e
17bfe73
b9bae51
38c9610
8a04ceb
383f939
ab21afa
11bdd62
3ac8437
5a9158b
8ad791b
4feef51
35bb690
1b4d565
912fce0
c6919f4
aeb6fee
25bea44
ab4b6d4
480aa18
41bdc5b
3c660ef
04382a5
cf3ef94
9e9b656
754f43c
7a09783
6697e91
231171a
92aa151
939a251
63babc6
530367d
81733ed
fdd85a2
ed043b3
1735b6f
5d80e45
f201a70
aff7657
b18457a
78dbc3a
80f7e71
1999639
3b0bd8f
43e2bc3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Is there a way to make these default task transforms to keep the example code as minimal as possible?
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.
This was added on purpose, to show to the users how to play with transforms.
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.
Note that we were thinking of adding a transform_recipe.py file to PTV transforms package which has all the default torchhub model recipes. So in the future we can potentially change it to use that.