Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 931 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 931 Bytes

Animal

Insall/libraries requirements

Opencv4.2.0+CUDA for accelerating YOLOv3 process (see CUDA-OPENCV-INTALL.pdf)

CUDA-OPENCV-INTALL

Numpy

pip3 install numpy

Scipy

pip3 install scipy

PyEMD

pip3 install EMD-signal

Dowload yolov3 weights

Code documents

doc_code

Code running tree

├── animal.py 
├── HR.py
├── UDP_server.py
├── yolo3.py
├── videos // videos need to be processed
└── yolov3
    ├── coco.names
    ├── yolov3.cfg
    └── yolov3.weights

Run the code

$ pyhon3 animal.py

Example

record_example.mp4