Prabhat Roy

Results 4 issues of Prabhat Roy

I am trying to convert tiny yolov3 onnx model to keras. I get 'list out of index' error. Code: ``` import onnx from onnx2keras import onnx_to_keras onnx_model = onnx.load("yolov3-tiny.onnx") #...

### 🐛 Describe the bug I get `malloc(): memory corruption` when running the following code with a video file. ``` reader = torchvision.io.VideoReader(path, num_threads=1) data = next(reader) print(data) data =...

bug
module: io
module: video

I am getting errors when I do `make`. I've built ffmpeg from source(with GPU support). ``` [ 21%] Building CXX object CMakeFiles/decord.dir/src/runtime/module_util.cc.o In file included from /home/prabhatroy/Document/repos/decord/src/audio/../../include/decord/audio_interface.h:9, from /home/prabhatroy/Document/repos/decord/src/audio/audio_reader.h:10, from...