MichaelWU0726

Results 8 issues of MichaelWU0726

编译生成yolov5_trt可执行文件后,运行yolov5_trt报错,ScatterND算子不支持,要如何改写? (作者工程真的自己编译过吗。。。自己没pass一遍就pull仓库了吗?) ```shell [TRT] ModelImporter.cpp:135: No importer registered for op: ScatterND. Attempting to import as plugin. [TRT] builtin_op_importers.cpp:3771: Searching for plugin: ScatterND, plugin_version: 1, plugin_namespace: [TRT] INVALID_ARGUMENT: getPluginCreator could not...

Only a frame of the every fall process is detected in this project. I want to detect the start and end of falls, so i should how to modify these...

Hi, in inference_model.py", line 20, in __init__ `self.model = create_model(model_type=model_state['model_type'], drop_out=0)` called by in cli.py line89 `model = InferenceModel(path_to_model_state=path_to_model_state)`. I used pretrained-model.pth that you provided to validate it, and caused...

this repository only provided samples of trainning and testing , i want to know how to infer images or videos with checkpoints file. Thanks

I have downloaded kinetics400_tpn_r50f32s2.pth in google drive which is provided and run this command: `python ./test_video.py config_files/kinetics400/tpn/r50f32s2.py ckpt/kinetics400_tpn_r50f32s2.pth` it showed this: `Expected 5-dimensional input for 5-dimensional weight 64 3 1...

In VSCode, I installed the conan extension. But, i didn't know how to use it. Could tell me someting about it?

in file download.sh: `wget -P sample_data -r -nH --cut-dirs=1 --no-parent --reject="index.html*" http://relation.csail.mit.edu/data/bolei_juggling/` it showed `403:Forbidden`

I followed [the official blog post](https://blog.jetbrains.com/clion/2019/05/getting-started-with-the-conan-clion-plugin/) about clion integration. But in menu `Build,Execution,Deployment > Conan`, I couldn't find to select the remote conan executable