You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Atmadeep Arya 3b3f16fae7 feat(Add ObjectDetection from src/objectDetection.py.): Adds vehicle detection using YOLOv3 in vehicleDetectionClass. 4 years ago
config feat(Add ObjectDetection from src/objectDetection.py.): Adds vehicle detection using YOLOv3 in vehicleDetectionClass. 4 years ago
docs Initial commit. Adds argument to jumping frames. Enables profiling using cProfile for detailed viewing of function calls. 4 years ago
resources deletes branch threading. 4 years ago
src feat(Add ObjectDetection from src/objectDetection.py.): Adds vehicle detection using YOLOv3 in vehicleDetectionClass. 4 years ago
.gitignore Sets up code for generating metrics and profiles for deciding sampling rate. 4 years ago
example.py The skeleton works until the numberplate function. 4 years ago
example2.py refactor(processes/threads exit/join cleanly upto vehicledetectionProcess()): intermediate Commit. 4 years ago
requirement.txt Initial commit. Adds argument to jumping frames. Enables profiling using cProfile for detailed viewing of function calls. 4 years ago
skeleton.py perf(multiprocessing and multithreading): Skeleton now works completely. 4 years ago