gliese581gg / YOLO_tensorflow

tensorflow implementation of 'YOLO : Real-Time Object Detection'
Other
1.72k stars 656 forks source link

How to calculate the P(object) and P(class/object) for training images ? #31

Open shamanez opened 7 years ago

shamanez commented 7 years ago

I know this implementation is only for testing. But I went through the paper got to know the loss function and all. But what I could't understand is how to obtain above values for training images ? There is no clear explanation for that in their paper.