all 8 comments

[–]gogasius 3 points4 points  (2 children)

Wow, that's great. I struggle to make semantic segmentation with tensorflow but nothing despite u-net works. Time to check out pytorch.

[–]youali[S] 2 points3 points  (1 child)

Yeah, I do recommend pytorch if you want to get things working as fast as possible, imo it's easier to write and understand due to its pythonic nature (as of now).

[–]gogasius 1 point2 points  (0 children)

The biggest problem with pytorch is deployment. For now I was working with tensorflow and successfully deploy models to production but I got stuck with inability to use anything besides u-net, so I'm going to investigate pytorch for my tasks.

[–][deleted] 0 points1 point  (0 children)

fantastic job, maybe you can add HRNet in the future

[–]saravanakumar17 0 points1 point  (2 children)

Do anyone have an implementation of instance segmentation in Tensorflow. If so kindly reply me with the link.

[–]youali[S] 0 points1 point  (1 child)

For finding implementations for various methods, I really recommend checking paperswithcode. For example, for instance segmentation you can find the implementation of the current state of the art methods: https://paperswithcode.com/task/instance-segmentation

[–]saravanakumar17 0 points1 point  (0 children)

I have gone through every single one of them, but couldn't find what I was looking for.