Y
Hacker News
new
|
ask
|
show
|
jobs
by
omar_kha
1853 days ago
so how would you go about doing this using ml? is it a classification problem? Count the number of instances. Or do we do deep learning and say here is a picture the result is 10?
1 comments
jptech
1853 days ago
Instance segmentation.
link
omar_kha
1853 days ago
Thanks for this, maskrcnn looks like an interesting candidate
link
tyrex2017
1850 days ago
also U-net is great at this stuff, and a bit easier to implement for my taste. there are many ready implementations over the internet
link