And in general, due to its head, it is WAY more readable in PyTorch than in TensorFlow; to the point, I use it as an example in Keras vs PyTorch example https://deepsense.ai/keras-or-pytorch/ (was here at some point).
YOLO: Real-Time Object Detection
31–40 of 63 posts
Re: YOLO: Real-Time Object Detection
#32Great project, but pretty old now.
Re: YOLO: Real-Time Object Detection
#33Great project, but pretty old now.
Re: YOLO: Real-Time Object Detection
#34Suprised to see this here since YOLO has been out for a while now. Shameless plug, I wrote an article on how to use use transfer learning on your custom dataset with the pretrained weights [1]. One of the downside of YOLO is that it uses his own deep learning library darknet. I find that the Tensorflow port dark flow easier to use but it haven't seen a v3 port yet. [1] https://www.powu3.com/ml/yolo/
Alternatively... you can train in darknet and then run inference in another framework of choice.
Also shameless plug: I wrote an annotation tool which is designed to output darknet formatted labels: https://github.com/jveitchmichaelis/deeplabel
Re: YOLO: Real-Time Object Detection
#35Can we also get the orientation of each detected object?
The idea is to add an extra 2 params to the output of each classifier cell. Then do L2 normalization on them ( https://github.com/indutny/resistenz/blob/master/python/mode... ) and treat them as a cosine/sine pair.
The loss in this case would be the Euclidean distance between the actual and predicted pairs, which is equal to "2 * (1 - cos(x-y))".
Re: YOLO: Real-Time Object Detection
#36Great project, but pretty old now.
recommendations for similarly easy but better/more "modern" alternatives?
I've ignored mask RCNN becuase it's significantly more time consuming to label your data.
The main candidates are all found in Facebook’s Detectron package, but they didn't feel it necessary to document anything in any significant level of detail: https://github.com/facebookresearch/Detectron
You can see also: https://paperswithcode.com/sota/object-detection-coco
Re: YOLO: Real-Time Object Detection
#37YOLO, no! https://i.imgur.com/R1RZ2N0.png Jokes aside, we need better temporal consistency, especially when we start arming AI. citizen -> citizen -> citizen -> armed insurgent
Re: YOLO: Real-Time Object Detection
#38Also notable in G-Darknet are some tools useful for training (called darkboard), see https://github.com/generalized-iou/g-darknet/tree/master/dar...
Re: YOLO: Real-Time Object Detection
#39Re: YOLO: Real-Time Object Detection
#40Earlier quoted context omitted.
You should read his site, his IDGAF attitude is pretty funny. The FAQ section is the most entertaining.
Nothing beats this resume https://pjreddie.com/static/Redmon%20Resume.pdf