Dimitris Bratsos

Results 16 comments of Dimitris Bratsos

Thanks @agjunyent for the files! I have a question. Is there a way to use only the convert.py, with yolov4-tiny weights so that I convert them to .tflite, or I...

I use the yolov4-tiny with relu activation, that is converted to tflite. From what I remembered from netron it has 2 outputs. The script I am using uses 3 outputs,...

Update: I have looked at this code more these days, and Ive noticed that it is made specifically for tflite models with 3 outputs/branches, while my yolov4-tiny model has 2...

Sorry, the FPS on Coral is 0.45. Still relatively low, not that big of an improvement.

Hey, I might have made things unclear a bit. I first said I was trying to use the above code initially on my pc, to test how the model would...

I modified the script above, and I can say that it works with tflite models now, which is a positive result. The drawback is that it still has extremely low...