or-objectdetection icon indicating copy to clipboard operation
or-objectdetection copied to clipboard

object detection in video

Results 31 or-objectdetection issues
Sort by recently updated
recently updated
newest added

> Building rabbitmq > Step 1/5 : FROM rabbitmq:3-management > ---> af593d7f6c2c > Step 2/5 : RUN rabbitmq-plugins enable rabbitmq_stomp > ---> Using cache > ---> 799450984a2d > Step 3/5...

![image](https://user-images.githubusercontent.com/36766296/107870219-80475e80-6ebc-11eb-88a7-86d90d338eae.png) ![image](https://user-images.githubusercontent.com/36766296/107870863-58f39000-6ec2-11eb-8ebf-1a0277ff438a.png) C:\Users\Acer\Desktop\or-objectdetection-master\or-objectdetection-master\YOLO_DETECTION\sort.py:32: NumbaWarning:  Compilation is falling back to object mode WITH looplifting enabled because Function "iou" failed type inference due to: non-precise type pyobject During: typing of argument...

Currently, the line is drawn in every frame. It is better to solve this with a filter.

enhancement

Currently the object detection systems is quite a barebones implementation, it would be interesting to improve this with custom trained models and improvements to the object detection code.

enhancement

pls help, i followed the instructions correctly, yet I see this error and no run :( ![Screenshot from 2021-01-16 19-31-04](https://user-images.githubusercontent.com/9572065/104824576-adf3a600-5831-11eb-9725-e14a4dabc9f3.png)

The lines drawn by the user are available for the object detection system and are drawn on the image. At the moment there is no implementation for actually detecting if...

enhancement

Stop the stream if: -correlation_id = equal to the currently analysed stream -active = false in the incoming request

enhancement

RabbitMQ current implementation only supports one feed at a time, consider switching from queues to topics which split into queues based on identifiers.

enhancement

The ability to add connect to a MQTT server is already implemented, but as of now there is no data pushed over the connection. This needs to be added.

enhancement