Results 217 comments of Manu Mathew

Hi, Did you try the original examples that are provided? If not please try running train_mobilenet_object_detection.sh Does it work? Your script refers to files caffe-jdetnet/models/train_jdetnet_model.py, caffe-jdetnet/models/mobilenetv2.py etc. What are these...

Okay. I understand now. I have not spend a much time with mobiledetnetv2, but as I remember, it was working when I defined it. Most probably the line: https://github.com/tidsp/caffe-jacinto-models/blob/caffe-0.17/scripts/models/mobilenetv2.py#L214 doesn't...

In fact I just found out that the names 'relu5_5/sep' and 'relu6/sep' are from mobilenet.py So they don't seem to be correct names for mobilenetv2. What you need to do...

These are my versions: streamlit: 1.1.0 streamlit-drawable-canvas: 0.8.0 Google Chrome Browser: version 94 I have the same issue on Firefox as well. The 4 images show the problem when I...

I wish if there is some way to get rid of that fading. For example let's say I want to send the data back to streamlit only when that "send...

mobilenet_v3_large model has some layers that are not supported yet. Can you try this model: https://github.com/TexasInstruments/edgeai-tensorlab/blob/main/edgeai-modelzoo/models/vision/classification/imagenet1k/edgeai-tv2/mobilenet_v2_lite_wt-v2_qat-v2-wc8-at8_20231120_model.onnx.link The compilation options used can be seen here: https://github.com/TexasInstruments/edgeai-tensorlab/blob/main/edgeai-modelzoo/models/vision/classification/imagenet1k/edgeai-tv2/mobilenet_v2_lite_wt-v2_qat-v2-wc8-at8_20231120_model_config.yaml accuracy_level: 0 advanced_options:prequantized_model: 1

Can you see this thread and try that model to flow flush: https://github.com/TexasInstruments/edgeai-tidl-tools/issues/76