Guilherme Augusto Silva Surek
                                            Guilherme Augusto Silva Surek
                                        
                                    I had a few problems with videos in the ActivityNet dataset that could not be downloaded, i.e. it was unavailable on Youtube. I had to check if the file exists...
Hello, The `opts.json` file will be rewritten by the main.py routine, it's a persistent file for you to know what options you've used to run your code. Try just creating...
capture_output was introduced in Python 3.7 version https://stackoverflow.com/questions/53209127/subprocess-unexpected-keyword-argument-capture-output/53209196 @kenshohara should Python 3.7 be a requirement?
Hello @junmin98. I did this way. First you have to save up to 16 frames at least, it's the default temporal window. ```python import cv2 # we create the video...
@Purav-Zumkhawala, i will try to explain, let me know if I was'nt very clear. > does this pre-processing step still holds true if I am using the resnet50 model which...
@TonyLi-Shu try to use this https://github.com/guilhermesurek/computer-vision-framework and please, all credits to Keshohara and his team.
@Purav-Zumkhawala See this issue #42. You need to keep referencing the pretrained info and just add the resume path. Try this: ```python python main.py --root_path C:\Users\purav\Downloads\Study\Project\data --video_path extracted_jpg --annotation_path ucf101_01.json...
Hello @exnx, I do not have an answer, but I can share things that I passed through. First I tried to undertand CPU/GPU training time for a fixed batch size,...
@huamgmin can you give more information? code line that you are running, which type of dataset, which video converter (i.e. ffmpeg).
with activitynet it took me a week.