adithya1-7

Results 2 issues of adithya1-7

I was following instructions of the below-mentioned repo to convert PyTorch model(.pth) to TensorflowJS format. https://github.com/vladmandic/nanodet Using the default config (nanodet-m-416.yml) and the pretrained model (nanodet_m_416.pth), I ended up with...

After training a custom model and converting it to NCNN, I'm getting unexpected weird detections as below. There were no issues with torch or ONNX inference. Anyone able to solve...