-
Notifications
You must be signed in to change notification settings - Fork 19
Does Jacinto7 family supports Tflite, caffee? #2
Comments
TIDL can import PyTorch(exported to ONNX), Tensorflow, TFLite and Caffe models. Object Detection:Currently TIDL supports Single Shot Multi Box (SSD) Object detector. There are plans to add more object detectors later. You can train object detector in multiple ways. Please consult the latest TIDL documentation for more details: https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/tidl_j7_01_02_00_09/ti_dl/docs/user_guide_html/md_tidl_fsg_meta_arch_support.html Basically there are three ways for Object Detection as of now:
Semantic segmentation:Please refer to the following: https://git.ti.com/cgit/jacinto-ai/pytorch-jacinto-ai-devkit/about/ Most of these documentation are accessible from our main page: https://github.com/TexasInstruments/jacinto-ai-devkit |
@mathmanu I moved with TensorFlow SSD Mobilenet-V2, and able to convert the frozen model. But how to create tidl_import_ssd_mobilenet_v2.txt "/ti_dl/test/testvecs/config/import/public/tensorflow/tidl_import_ssd_mobilenet_v2.txt" I was running which outputs TF Model (Proto) File : ../../test/testvecs/models/public/tensorflow/ssd_mobilenet_v2/ssd_v2.pb a) How can i correctly set tidl_import_ssd_mobilenet_v2 ?? Reference: https://e2e.ti.com/support/processors/f/791/t/892409?TDA4VM-import-of-TensorFlow-SSD-ModelNet-v2 |
Hi arjunskumar, Please file an issue in the appropriate e2e forum to get your TIDL specific questions answered by the expert. Also mention the above Reference link that you listed above as I see that the thread was not answered. Best regards, |
Hi @mathmanu , I've posted to the forum, its not publicly available as it require moderator permissions |
TIDL documentation is bit confusing . I'm trying to do a custom object detection and classification, could you advise me
2)if tf lite supports, could you provide some hints on where i can found training code for object detection
The text was updated successfully, but these errors were encountered: