Sajjad Aemmi

Results 26 comments of Sajjad Aemmi

![IMG_9027](https://github.com/ultralytics/ultralytics/assets/42681293/5834d9f9-f1ab-45fb-aa77-df0c693e4f8f)

@yanconglin Hi, thanks for your good project and for your reply. I want write a script for export nyu model to onnx. because i need run this network on cpu....

@yanconglin Thanks for your reply. Where are these two CUDA-only modules and how i can re-implemente them?

@yanconglin Thanks. I wrote a script for export to onnx, but i have an error on `torch_scatter.scatter_max` in these lines: https://github.com/yanconglin/VanishingPoint_HoughTransform_GaussianSphere/blob/4b743cf8042dfe7aead91c988f92abe056fd289c/vpd/models/dgcn.py#L96-L99 the error is: ```bash ... File "/usr/local/lib/python3.9/dist-packages/torch/onnx/utils.py", line 1115,...

Does this project have an inference source code after train?