realtime_object_recognition icon indicating copy to clipboard operation
realtime_object_recognition copied to clipboard

Realtime Object recognition using OpenCV 3.3 dnn module and pretrained MobileNetSSD caffe model

Results 9 realtime_object_recognition issues
Sort by recently updated
recently updated
newest added

usage: real_time_object_detection.py [-h] --prototxt PROTOTXT --model MODEL --source SOURCE [-c CONFIDENCE] real_time_object_detection.py: error: the following arguments are required: --prototxt, --model, --source

sreebhargavi.balija@MREM15FE9764 realtime_object_recognition % python3 real_time_object_detection.py --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel --source webcam [INFO] loading model... [libprotobuf ERROR /private/var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/pip-req-build-gi6lxw0x/opencv/3rdparty/protobuf/src/google/protobuf/text_format.cc:292] Error parsing text-format opencv_caffe.NetParameter: 3:10: Expected "{", found "-". Traceback (most recent call...

Bhupireal-time-object-recognition.py**:** error**:** the following arguments are required: -p/--prototxt MobileNetSSD_deploy.prototxt.txt, -m/--model MobileNetSSD_deploy.caffemodel, --source webcam An exception has occurred, use %tb to see the full traceback. SystemExit: 2

error: the following arguments are required: --prototxt, --model, --source i am getting this error . could you help me out

The following module error has been fixed. Traceback (most recent call last): File "real_time_object_detection.py", line 5, in from imutils.video import VideoStream ModuleNotFoundError: No module named 'imutils'

Hi, How do I train the SSD mobilenet on custom data set in caffe ? Thanks, MB

I want to use other models other than mobilenet but I don't know where to find them ending with .caffemodel

Does it support GPU acceleration ?

We discovered a malicious backdoor in the project's dependencies, affected versions are 904a5a9d0cc63d6d131441687001f03adb5b576. Its malicious backdoor is the request package, the requirements.txt file has a dependency request. ![image](https://user-images.githubusercontent.com/58363074/205941081-1f6baed5-c877-4596-ac91-972089a03993.png) Even if...