Skip to content

Object Detection V1.8

Latest

Choose a tag to compare

@OGD311 OGD311 released this 08 Dec 14:54

New Features/Changes
Speed and direction of object calculated
WARNING This is not 100% accurate and should not be used for any collision avoidance or self driving vehicles. We are not responsible if this is used for these purposes and an accident happens!

Coming Soon:
Better calculations
FPS Boost on slower devices

Installation Instructions:
Extract the zip file (ensure all the extracted files are put in the same folder) and then run the batch file.
Within the 'build' folder and within the folder enclosed in that should be 'Object detection (YOLO4 Vx)' - run this.
It will prompt for "Camera/Screen (1/2)" simply enter "1" for camera input or "2" for screen input.

Camera:
It will then prompt you for some numbers which you can choose to input or not (if you don't want to choose just hit enter) otherwise enter the confidence (0.00-1.00), camera width and camera height (in that order). Now a camera window will appear, and the program will try to identify what's in front of the camera. Hit 'q' at any time to quit.

Screen:
It will then prompt you for some numbers which you can choose to input or not (if you don't want to choose just hit enter) otherwise enter the confidence (0.00-1.00), starting x coordinate, starting y coordinate, window width and window height (in that order)
Once running simply drag a picture, video, etc onto those coordinates and watch the program try and identify it. Hit 'q' at any time to quit.

NOTE: All previous versions + a compiler are included