nsight

Results 8 comments of nsight

@YihaoWEI `python /path/oid.py --test` works well. Then i tried `source /path/oid.py`, but got an error: ![image](https://user-images.githubusercontent.com/13216845/133433472-39950875-85ac-4491-afbd-b26ea0e73ce3.png) 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 ![image](https://user-images.githubusercontent.com/13216845/133781225-a6c2850b-bb4f-44bf-b5f1-579a1565aa56.png) # gdb console out after 6) ![image](https://user-images.githubusercontent.com/13216845/133781299-da3a4287-3a0d-4ad9-a3ff-1d6aed50ba1c.png)

@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: ![image](https://github.com/user-attachments/assets/7e77939d-f4d7-40c2-951a-2ec435fde70e)...