Replies: 10 comments
-
It has been a while but when I was implementing it, I was using a densenet caffe model. |
Beta Was this translation helpful? Give feedback.
-
I had some decent results using the MobileNetSSD caffe model. I also did some testing with yolov6s.pt. I still need to spent a lot more time testing different models. |
Beta Was this translation helpful? Give feedback.
-
Thanks guys, [ERR][ALL][03:cv03:Basement] algsec_load_dnn: Failed loading model ./SSD_MobileNet.caffemodel I tried yolov3, yolov4 as well. Any ideas on what im doing wrong ? im using MotionPlus version 0.1.1 from .deb release |
Beta Was this translation helpful? Give feedback.
-
Maybe use the full path for the model? Maybe post the Motionplus log section that show the parsed parameters so we can see all the options? |
Beta Was this translation helpful? Give feedback.
-
Please disregard, i got the SSD_MobileNet model working |
Beta Was this translation helpful? Give feedback.
-
Post any tips you have for future users.... |
Beta Was this translation helpful? Give feedback.
-
For the last model SSD_MobileNet.caffemodel it was a silly mistake of not downloading the file properly from github |
Beta Was this translation helpful? Give feedback.
-
I couldn't make it work with tensorflow model.
After restarting, motionplus displays below error in the log file. Jul 25 19:18:13 [ERR][ALL][00:cv00:camera2] algsec_load_dnn: Failed loading model /home/root/pytorch/motioneyeplus/motionplus/model/ssd_mobilenet.pb Appreciate if anyone can suggest direction to resolve this error. |
Beta Was this translation helpful? Give feedback.
-
This is what I've used with decent results: secondary_params model_file=/home/bob/mp/MobileNetSSD_deploy.caffemodel,image_type=full,threshold=0.03,frame_interval=3,config=/home/bob/mp/MobileNetSSD_deploy.prototxt.txt,classes_file=/home/bob/mp/Mo-voc.txt,width=300,height=300,scalefactor=0.007843,mean=127.5 |
Beta Was this translation helpful? Give feedback.
-
BTW, if you are looking for another method, you might want to look into using yolov7's detect.py script and have on_movie_end pass detect.py the folder with picture_output files in it. Also, have on_event_start remove files that were previously saved in it. If you use the yolov7-tiny.pt model it processes images pretty quickly (about 300ms per-image). If you need near real-time results, you can write your own smallish python script to keep the model loaded in memory and process picture_output files as they are created. This is what I am doing now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey
Does anyone have any info on what DNN models are known to work ?
I tried using Faster R-CNN and im getting errors.
Beta Was this translation helpful? Give feedback.
All reactions