Start computing in ai. Your ai is made for beginners who want to designed and construct self-contained computer vision apps and systems. This script uses Yolov3 and tiny-Yolo at this moment.
Your Ai is a collection of the script which will help beginners to make there own named projects in Ai. It uses Yolov3 and Yolo-tiny at this time. Users can detect around 80 different types of objects. Can use the Ip cam RTSP stream, there is Opencv sync wrapper builtin.
Directly Jump to Files @GITHUB
$ git clone https://github.com/dracoonhavoc/yourai.git
Install any one CPU or GPU version:
CPU version:
$ pip install –upgrade tensorflow
OR,
GPU version:
$ pip install –upgrade tensorflow-gpu
Install Opencv:
$ pip install opencv-python
Install Keras:
$ pip install Keras
Install Pillow
$ pip install pillow
$ python main.py
This will run the script, by default it used built-in camera as cv2 is set to ‘0’. It also supports RTSP protocol with OpenCV sync wrapper.
Line 34:
objects = compute.ObjectList(person=True, bicycle=True, car=True, motorcycle=True)
person, bicycle, car, motorcycle, airplane, bus, train, truck, boat, traffic light, fire hydrant, stop_sign, parking meter, bench, bird, cat, dog, horse, sheep, cow, elephant, bear, zebra, giraffe, backpack, umbrella, handbag, tie, suitcase, frisbee, skis, snowboard, sports ball, kite, baseball bat, baseball glove, skateboard, surfboard, tennis racket, bottle, wine glass, cup, fork, knife, spoon, bowl, banana, apple, sandwich, orange, broccoli, carrot, hot dog, pizza, donot, cake, chair, couch, potted plant, bed, dining table, toilet, tv, laptop, mouse, remote, keyboard, cell phone, microwave, oven, toaster, sink, refrigerator, book, clock, vase, scissors, teddy bear, hair dryer, toothbrush.