File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
torchvision/csrc/cpu/video_reader Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 44
55// Interface for Python
66
7+ <<<<<<< HEAD
78/*
89 return:
910 videoFrame: tensor (N, H, W, C) kByte
1516 audioTimeBase: tensor (2) kInt
1617 audioSampleRate: tensor (1) kInt
1718*/
19+ =======
20+ >>>>>>> 38c0e753cf22326e10bfb992bce70bff95059253
1821torch::List<torch::Tensor> readVideoFromMemory (
1922 // 1D tensor of data type uint8, storing the comparessed video data
2023 torch::Tensor input_video,
@@ -71,7 +74,10 @@ torch::List<torch::Tensor> readVideoFromMemory(
7174 int64_t audioTimeBaseNum,
7275 int64_t audioTimeBaseDen);
7376
77+ <<<<<<< HEAD
7478
79+ =======
80+ >>>>>>> 38c0e753cf22326e10bfb992bce70bff95059253
7581torch::List<torch::Tensor> readVideoFromFile (
7682 std::string videoPath,
7783 double seekFrameMargin,
You can’t perform that action at this time.
0 commit comments