-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[torchvision video reader]inception commit #1279
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
Closed
stephenyan1231
wants to merge
16
commits into
pytorch:master
from
stephenyan1231:torchvision_video_reader
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
b3f2a6e
[torchvision video reader]inception commit
6f74310
[torchvision video reader]inception commit
c08d869
Merge branch 'torchvision_video_reader' of github.com:stephenyan1231/…
bd79d16
Merge branch 'torchvision_video_reader' of github.com:stephenyan1231/…
d2c8f73
Merge branch 'torchvision_video_reader' of github.com:stephenyan1231/…
4dab1eb
update io module to use TorchVision video reader
0a9b063
[TorchVision video reader] update video_util.py to use new video reader
73af0db
[TorchVision video reader]change defaults value of argument seek_fram…
20a4a42
fixed typo (#1284)
carriesmi 26c9630
make shufflenet and resnet scriptable (#1270)
eellison cbf5f44
[torchvision video reader]inception commit
3a4eb5b
[torchvision video reader]inception commit
5065878
update io module to use TorchVision video reader
38ae90d
[TorchVision video reader] update video_util.py to use new video reader
eda70d5
[TorchVision video reader]change defaults value of argument seek_fram…
8f931ae
rebase on master
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| Video meta-information Notation | ||
|
|
||
| Video File Name | ||
| video: codec, fps | ||
| audio: codec, bits per sample, sample rate | ||
|
|
||
| Test videos are listed below. | ||
| -------------------------------- | ||
|
|
||
| - RATRACE_wave_f_nm_np1_fr_goo_37.avi | ||
| - source: hmdb51 | ||
| - video: DivX MPEG-4 | ||
| - fps: 30 | ||
| - audio: N/A | ||
|
|
||
| - SchoolRulesHowTheyHelpUs_wave_f_nm_np1_ba_med_0.avi | ||
| - source: hmdb51 | ||
| - video: DivX MPEG-4 | ||
| - fps: 30 | ||
| - audio: N/A | ||
|
|
||
| - TrumanShow_wave_f_nm_np1_fr_med_26.avi | ||
| - source: hmdb51 | ||
| - video: DivX MPEG-4 | ||
| - fps: 30 | ||
| - audio: N/A | ||
|
|
||
| - v_SoccerJuggling_g23_c01.avi | ||
| - source: ucf101 | ||
| - video: Xvid MPEG-4 | ||
| - fps: 29.97 | ||
| - audio: N/A | ||
|
|
||
| - v_SoccerJuggling_g24_c01.avi | ||
| - source: ucf101 | ||
| - video: Xvid MPEG-4 | ||
| - fps: 29.97 | ||
| - audio: N/A | ||
|
|
||
| - R6llTwEh07w.mp4 | ||
| - source: kinetics-400 | ||
| - video: H-264 - MPEG-4 AVC (part 10) (avc1) | ||
| - fps: 30 | ||
| - audio: MPEG AAC audio (mp4a) | ||
| - sample rate: 44.1K Hz | ||
|
|
||
| - SOX5yA1l24A.mp4 | ||
| - source: kinetics-400 | ||
| - video: H-264 - MPEG-4 AVC (part 10) (avc1) | ||
| - fps: 29.97 | ||
| - audio: MPEG AAC audio (mp4a) | ||
| - sample rate: 48K Hz | ||
|
|
||
| - WUzgd7C1pWA.mp4 | ||
| - source: kinetics-400 | ||
| - video: H-264 - MPEG-4 AVC (part 10) (avc1) | ||
| - fps: 29.97 | ||
| - audio: MPEG AAC audio (mp4a) | ||
| - sample rate: 48K Hz |
Binary file not shown.
Binary file added
BIN
+283 KB
test/assets/videos/SchoolRulesHowTheyHelpUs_wave_f_nm_np1_ba_med_0.avi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
@fmassa , I will remove this line.
For header files from ffmpeg, we need to ensure they are installed at default header file search path.