MobileNetV3 icon indicating copy to clipboard operation
MobileNetV3 copied to clipboard

Implementing Semantic Segmentation Head?

Open fzyzcjy opened this issue 6 years ago • 9 comments

Firstly, thanks for the implementation of the MobileNetV3!

Do you have an interest in implementing the semantic segmentation head described in section 6.4? I am currently planning to implement that, so if you have an interest, we can work together to do it!

fzyzcjy avatar May 22 '19 06:05 fzyzcjy

@fzyzcjy Great idea, i'd like to work with you, but i don't have time in workday. You can fork my repository and write your code firstly, i will do it in my free time.

xiaochus avatar May 22 '19 07:05 xiaochus

@xiaochus OK I will try that!

fzyzcjy avatar May 22 '19 07:05 fzyzcjy

How do you suggest me on testing? My naive idea: 1. Train the classification (i.e. your existing code) on ImageNet 2. Implement segmentation, and train on Cityscapes, with weights initialized from ImageNet Is that feasible, and what is your idea? In addition, do you have pretrained weights, or should I train by myself and upload that?

fzyzcjy avatar May 22 '19 07:05 fzyzcjy

@fzyzcjy I don't have a pre-train model in imagenet. You can test the performance of mobilenetV3 in imagenet and it will be helpful in segmentation task.

xiaochus avatar May 22 '19 08:05 xiaochus

OK I will make some attempt tonight

fzyzcjy avatar May 22 '19 09:05 fzyzcjy

@fzyzcjy I add the code of Lite R-ASPP Semantic Segmentation head and you can check if i have a correct understanding of the description in the paper.

xiaochus avatar May 23 '19 05:05 xiaochus

@xiaochus Oh I also did that since yesterday! But my code is currently still a big mess... Maybe I just post a gist

fzyzcjy avatar May 23 '19 07:05 fzyzcjy

https://gist.github.com/fzyzcjy/25a60fa3b53f63a1b9c87f84d3e25908

fzyzcjy avatar May 23 '19 07:05 fzyzcjy

https://gist.github.com/fzyzcjy/25a60fa3b53f63a1b9c87f84d3e25908

have u write code for 6.4?

noreenanwar avatar Jun 02 '20 18:06 noreenanwar