I was going through YOLOv4 paper which often uses the term one & two stage object detection. I was unable to understand what's the difference between the two types of object detectors. I am assuming
- One stage does both region detection + object classification using one network only
- two stage does the above operations using 2 different networks
Is this assumption correct?
