This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2: Model import and inference on TDA2XX

Part Number: TDA2

Hi,

I have designed and trained my own model which is a classifier plus Jacinto SSD to detect cats & dogs in images. Following are the model's details:

1. Input resolution: 512 x 512

2. Number of layers: 50 [I have verified that configurations to all layers are within the limits mentioned in TIDeepLearningLibrary_UserGuide.pdf ] 

3. Total GMACs: 1.1497

4. Processor Vision SDK version: 03.05

5. Number of classes: 2 [Cat & Dog]

I can perform Caffe inference using this model on PC and the output is as expected. However, once model is imported successfully using Import Tool; it inferences erroneously on TDA2XX using TIDL OD library. I observe too many false positives. I can only see dog is getting detected

NOTE: Visualisation script experienced invalid co-ordinates for detected objects.

I have attached below files from my end. Please look into these and share your inputs to rectify object detection outputs.

  1. deploy.prototxt
  2. Import Config.txt   [ Import Configuration File]
  3. Import Logs.txt
  4. dog_512x512.y [Input Image]
  5. cat_dog_ssd120000.caffemodel
  6. NET_OD.BIN
  7. PRM_OD.BIN

Regards,

Premchand

Cat_Dog_SSD.zip