ab_ai
(Aaron)
January 7, 2019, 8:22pm
1
I’d like to learn from someone building object localization models.
I noticed that Jeremy reference the COCO dataset in Lesson 3 but I haven’t seen anything further on object localization.
If you send a message on here, I’ll reply back with more direct contact details.
Thanks.
dhoa
(Dien-Hoa)
January 7, 2019, 9:53pm
2
The object detection will be covered in part 2 : Object detection in fast.ai v1
While waiting you can watch the part 2 of last year fast.ai MOOC lesson 8 and 9 to understand how it works. It used SSD for object detection.
If you need something works first. I recommend this repo: https://github.com/qfgaohao/pytorch-ssd . It is in pure pytorch
Hope that helps,
7 Likes
ab_ai
(Aaron)
January 8, 2019, 8:29am
3
Thanks for the reply. I think I saw another post you made. I appreciate the thread you linked to. It is now bookmarked!
1 Like
Hey Aaron, I’m now where you were 1 year ago with this question. Any advice on if I should skip ahead to part 2 t learn object localization or any other resources you recommend?