Closed WadRex closed 5 years ago
@WadRex Hi,
There is multiclass rather than subclasses. In Yolo v3.
Just mark two bboxes with the same x,y,w,h and different class_id.
@AlexeyAB
Will I get 2 predictions as output? First with "person" and second with either of two variants?
Yes.
You will get two detections with the same x,y,w,h,probabiliry
but with different class id
Ok, thanks a lot
Hello, Is it possible to create a superclass and a subclass using LSTM version of yolov3-spp? For example superclass ("person") and subclasses ("jumping" or "standing") Thanks in advance!