Dimitris Bratsos

Results 16 comments of Dimitris Bratsos

@alexanderswerdlow @murdockhou I would like to know this too. I've been trying to convert the weights of YOLOv3 and v4 to tflite ( fully int 8 quantized ) using these...

No idea. It does not compile if used at the coral compiler, as it needs quantization even though I already did it

Wow great work there. Have you tested it in Coral? What are the FPS @ItsMeTheBee? EDIT: I tried following your steps, but adding this line ` converter.representative_dataset = representative_data_gen` caused...

Hey @w840401 , Ive had this error too, it occurs because you're expecting more outputs than your model already has. Our model has 2 output branches while the code expects...

I tried using the coco dataset to convert to tflite, but I had empty min/max tensors. I really want to know how you got this to work @murdockhou . If...

Hey @w840401 , I tried changing the path of val2017.txt, but it still has the same problem. RuntimeError: Max and min for dynamic tensors should be recorded during calibration: Failed...

Hello, thanks for the great work, will the above fixes be able to fully quantize the yolov4/v3 model in order for it to run at tpu?

Hey, I figured out that the issue that I had was due to the usage of leaflet's ToC. Using your ajax call I can recreate the layer, but I have...

@agjunyent as everyone said here, likewise, I'm waiting for your code eagerly.

Hey, I know no one likes bumps that much but is there any progress? I'm really looking forward to your code ! @agjunyent