Bhanuchander Udhayakumar
Bhanuchander Udhayakumar
I have analyzed this one shot learning technique with various transfer learning models... I feel like it seems learning with small set of data not worthy even doing **one shot...
Looking for the same :) [How to fetch TPU utilization details in coral developer board using tflite_runtime or linux command](https://stackoverflow.com/questions/65086544/how-to-fetch-tpu-utilization-details-in-coral-developer-board-using-tflite-runti)
@goruck Yes. Installed dlib as mentioned. Initially i have used dlib for face detection, It took too much time ~ 1.16 s. So i have moved to [ssd_mobilenet_v2_face_quant_postprocess_edgetpu](https://github.com/google-coral/test_data/raw/master/ssd_mobilenet_v2_face_quant_postprocess_edgetpu.tflite). Now i...
@goruck Dlib works faster in x86 as it takes approx 50 ms only, but in coral board it takes approx 800 ms which is not expected. I am just trying...