feiyun1265

Results 6 issues of feiyun1265

Thanks for sharing your work. I'm very interested in the YouTube-8M Large-Scale Video Understanding project. Now, i want to use my own video test your team model. Can you send...

Can i train your code with rgb features only(no audio)? At the same time, using rgb features only(no audio) test the trained model. If need to modify code, and how...

command:mkdir build; cd build; cmake .. error message: -- The CXX compiler identification is GNU 5.4.0 CMake Error: Could not find cmake module file: CMakeDetermineCUDACompiler.cmake CMake Error: Error required internal...

Hi, @antoine77340. I have download youtube-8m dataset. Then, i use video/frame test folder test your pretrained model. But i occur a error when testing, error information as follows: INFO:tensorflow:number of...

1、Can i use video-level features train your model ? 2、Can i use rgb only(no audio) of frame-level features train your model? thanks.

When I convert torch model to onnx model, the following error occurred: main() File "convert_to_onnx.py", line 118, in main torch.onnx.export(model, x, onnx_model_path, File "\Python\Python310\site-packages\torch\onnx\utils.py", line 506, in export _export( File...