Dear All,
I have some question about the performance of ssdJacintoNetV2 on TDA2P.
When using the trained model(ssdJacintonetV2 768x320), the performance works at 15 fps, but when I use the model I've learned by script, the performance drops to about 11 fps.
According to related deploy files, It look like the trained model has 5 heads, but the training model is 6.
So I tried that the heads reduce from 5 to 5.(refer attached deploy file)
but FPS is still 11.
Is the cause I thought wrong? How can I increase the fps to 15?
pls refer my development environment as below.
SDK3.6.0.0
caffe-jachinto 0.17
caffe-jacinto-model 0.17
bootmode : SD boot
// key changes based on train_image_object_detection.sh
model_name=ssdJacintoNetV2
resize_width=768
resize_height=320
crop_width=768
crop_height=320
use_difficult_gt=0
small_objs=1
ker_mbox_loc_conf=1
num_classes=4
chop_num_heads=1
use_batchnorm_mbox=1
attached file(deploy.prototxt:logfile) : sparse.zip
Thank you.
BR,
Khethan