Greetings from Colombia, wanted to thank you for documenting your process in Medium.
I'm not as versed in TensorFlow as I'd like, still learning.
I was hoping to use this model in Frigate, to better identify my cats in my house. https://docs.frigate.video/configuration/advanced#model
Any tips on how to get the TFLITE version of the model?
This is the config parameters that are needed for Frigate to work on external models.
# Optional: model config
model:
path: /path/to/model
width: 320
height: 320
input_tensor: "nhwc"
input_pixel_format: "bgr"
Thank you!
Greetings from Colombia, wanted to thank you for documenting your process in Medium.
I'm not as versed in TensorFlow as I'd like, still learning.
I was hoping to use this model in Frigate, to better identify my cats in my house. https://docs.frigate.video/configuration/advanced#model
Any tips on how to get the TFLITE version of the model?
This is the config parameters that are needed for Frigate to work on external models.
Thank you!