781 Commits (6390a5a2ab61a0bdf6f1a9a6b4a739c16b36e0d7)
 

Author SHA1 Message Date
Alexey 6390a5a2ab
Update Readme.md 7 years ago
AlexeyAB f52040f0bf Classifier uses C++ OpenCV cv::VideoCapture that hasn't bugs. 7 years ago
AlexeyAB eef9f8e5bb Minor fixes 7 years ago
AlexeyAB ec68838342 Fixed memory leaks for Yolo: train, test 7 years ago
AlexeyAB 768b190b10 Minor fix: warning-message if in labels class_id >= classes in cfg-file 7 years ago
AlexeyAB 60cd28bdfb Fixed seg-fault that occurred if <class_id> in labels more than classes= in the cfg-file. 7 years ago
AlexeyAB a2666d5b3c Fixed replace_image_to_label(): replaces directories only for Pascal VOC and COCO, replaces only extensions for other. 7 years ago
AlexeyAB 032acd408a Experimental reinforcement learning. 7 years ago
AlexeyAB f9ecf6fd3f For Release build - equality check: output of [convolutional] == input of [yolo]. 7 years ago
AlexeyAB d01a686246 Fixed compile 7 years ago
AlexeyAB a720bf74e2 Added flag -ext_output for detector demo. Fixed proportional resize of network for random=1 7 years ago
AlexeyAB 46028c6621 Fixed demo for video files: is used do_nms_sort() instead of do_nms_obj(). 7 years ago
AlexeyAB b88b7b645b Save jpg-images for detector demo if used flag: -prefix <filename> 7 years ago
AlexeyAB 4403e71b33 Supported files for training: jpg, jpeg, bmp, png, ppm - and UPPER CASE extensions 7 years ago
Alexey 175c68b9b3
Merge pull request #856 from vinjn/patch-1 7 years ago
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
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