Results 28 comments of Samuel Mohebban

do you have the code for this? I am currently stuck trying to implement this. It seems as though it is working but when I predict on the generator I...

Thank you guys! I was able to download it successfully. The only issue now is that I am facing an import error when including cupy. It works with the stable...

I am haveing this same issue with a different implementation of the same network. Have you been able to figure it out @mustaeenqazi

I am facing this same issue. Have you figured out the cause @JiahaoGeng ?

Have you found a solution to this? Same is happening to me. Everything used to work with the same FTS version so think there has been a change within ATAK...

What fixed it for me was downgrading FreeTAKServer to 2.0.21 ``` pip install FreeTAKServer==2.0.21 ```

@JasonChao-yue how did you find what version you needed? I am running into the same issue - is there a PyTorch method I can use to see what version I...

I'll try that out. Thanks Marco!

@marcoslucianops i switched from v7 back to master but I am still not getting detections with a custom yolov5 model. The onnx export and engine build is successful, but during...