nsight
nsight
@YihaoWEI `python /path/oid.py --test` works well. Then i tried `source /path/oid.py`, but got an error:  Any ideas?
@brunoalr Also added `source /path/oid.py` to ~/.gdbinit, but no GUI appeared when running gdb(I am sure that Mat in buffer exists). P.S. I followed the readme very strict. After getting...
@brunoalr Can you figure out the problem?
@brunoalr Thank you for your attention. # basic config OID commit hash `1ba720cf9ad6ab8e3e0f3455ed41bd337b4e6f74` OS `Ubuntu 20.04.1` gdb version `9.2` python3 version `3.8.8` python2 version `2.7.18` # reproduction steps 1. build...
@brunoalr Thank you. # cat ~/.gdbinit  # gdb console out after 6) 
@brunoalr NO GUI. I can only try CLI before you figure out the problem of this tool using under VSCode.
@brunoalr I still wander, now that the `source /path/oid.py` works unnormal, how did you make it from the CLI? Can you paste a brief step instruction?
以yolov10m为例: 1,. 在https://huggingface.co/jameslahm/yolov10m/tree/main 将文件夹下载下来,下载后的目录结构如下 |--代码根目录 | |-- jameslahm | | |-- yolov10m | | | |-- README.md | | | |-- config.json | | | |-- model.safetensors 2. 在APP界面选择yolov10m: ...