model choose question
Opened this issue · 3 comments
ed830418 commented
Why use SSD to complete this project ?Do you consider using yolo?
請問為何會選用SSD這個模型?有考慮yolo(v3或v4)嗎?
AIZOOTech commented
In my opinion, YOLOv3 is no better than SSD, espically when we add FPN to SSD, it is very similar to YOLOv3. The model I designed is very lite.
You can try to train a YOLOv3/v4 model. @ed830418
ed830418 commented
Thank you for your reply so fast. I went to check some information about the difference between these two models, their performance is very similar. Could I think you execute this project like this with low effort?