967 Commits (742bb7c7ce51a9faad08dc01fbf2e6908ad5ba4b)
 

Author SHA1 Message Date
Vinjn Zhang c6ca54b411
darknet.py - apply the same changes to build/darknet/x64/ 7 years ago
Vinjn Zhang dbcdac88a5
darknet.py - loading dll files by absolute name 7 years ago
Vinjn Zhang efdeb01a3a
darknet.py - remove unnecessary check of CUDA_HOME 7 years ago
AlexeyAB 7b7c669f49 Added flag -save_labels to save detections as training labels txt-files (pseudo labeling concept) 7 years ago
AlexeyAB c1bb8c129d Fixed xnor for random=1 7 years ago
Alexey 94c84da850
Update Readme.md 7 years ago
Alexey 8b9af80a5b
Merge pull request #851 from NadeenUdantha/patch-1 7 years ago
AlexeyAB 985ba2720f yolov3-tiny_obj.cfg - is example for training custom objects 7 years ago
Nadeen Udantha ae9fb2abbd
ojbects -> objects 7 years ago
AlexeyAB 24f563ce71 Example of usage cv2.imread() in the darknet.py 7 years ago
Alexey 71437a936d
Update Readme.md 7 years ago
AlexeyAB 9ba0beb413 Fixed resize of network for low resolution network like 128x128 7 years ago
Alexey e39d101109
Merge pull request #844 from salbatron/patch-1 7 years ago
salbatron 0ecbeeff42
Create get_openimages_dataset.py 7 years ago
AlexeyAB fb9fcfb3ba Support of .ppm files is realised 7 years ago
AlexeyAB e29fcb703f Fixed time for ./darknet detector valid 7 years ago
AlexeyAB 8587c0a161 Fixed OPENCV_VERSION 7 years ago
AlexeyAB b34c913d2e darknet.py change libdarknet.so to darknet.so 7 years ago
AlexeyAB 89c11f83ed Fixed darknet.py - uses batch=1 by default 7 years ago
AlexeyAB 573d7e8081 Added def array_to_image(arr): to the darknet.py 7 years ago
AlexeyAB 8b5344ee2d Added BFLOPs output for network configurations 7 years ago
AlexeyAB 3ebcc647b6 Fixed network resizing (random=1) for non-square networks 7 years ago
Alexey cda8171feb
Merge pull request #765 from HotChick91/AlexeyAB-code 7 years ago
AlexeyAB 812d143ebd Merge branch 'master' of github.com:AlexeyAB/darknet 7 years ago
AlexeyAB e96401774b Fixed compile error 7 years ago
Alexey 2c2ba0f8fa
Update Readme.md 7 years ago
AlexeyAB fb56f6d569 Fixed README.md 7 years ago
Alexey 0948df52b8
Merge pull request #741 from IlyaOvodov/Fix_detector_output 7 years ago
IlyaOvodov 1b5afb4583 Output improvements for detector results: 7 years ago
AlexeyAB 0045074f56 Get pre-trained weights for Yolo v3 tiny 7 years ago
Bartek Gąsiorzewski ae4ec1a06d Exit with nonzero status on error 7 years ago
Bartek Gąsiorzewski 74956888d1 Fix yolov3-tiny mask 7 years ago
Alexey 6b8fd6f33f
Update Readme.md 7 years ago
Alexey bde2a30603
Merge pull request #760 from PuneetKohli/fix-log-parser-no-display 7 years ago
Puneet Kohli cdd1cb0e8c Change matplotlib backend to 'agg' when 'show_plot' is false. This allows the script to be run from command line without any errors (for ex, on a remote machine) 7 years ago
AlexeyAB c9b8bdee18 Minor fix - what pip-packages are required for Python scripts 7 years ago
Alexey 30e08573d1
Merge pull request #759 from Adesun/log_parser 7 years ago
AlexeyAB efcbdb5425 Added yolov3-tiny.cfg 7 years ago
Ade a1c5bae6fb
Update readme.md 7 years ago
Adesun d3d4c0e699 parsing training log and plot 7 years ago
Alexey 85388d6708
Merge pull request #754 from tigerhawkvok/python3-detection-runner 7 years ago
Philip Kahn 51fbf01277
Address GPU message in root dir 7 years ago
Philip Kahn 75295718e1
Address GPU message in build dir 7 years ago
Philip Kahn 1aadf29a51
fix detection paths 7 years ago
Philip Kahn 3a2a8653a6
Fix detection paths 7 years ago
Philip Kahn 29f3c37314
Remove debugging line 7 years ago
Philip Kahn 9c400dc5b8
Remove debugging line 7 years ago
Philip Kahn 3459c47bfa
Also replace root version to Python3 7 years ago
Philip Kahn eaecb49a5f
Change darknet.py to Python 3 compatibility 7 years ago
AlexeyAB 89354d0a0c Fixed memory leaks. And fixes for Web-camera and IP-camera. 7 years ago