Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you get a foreground image without background #3

Open
gakkitw opened this issue Mar 11, 2019 · 12 comments
Open

How do you get a foreground image without background #3

gakkitw opened this issue Mar 11, 2019 · 12 comments

Comments

@gakkitw
Copy link

gakkitw commented Mar 11, 2019

How do you use FCN to get a foreground image without background? I am a newcomer to this, can you give me some advice?
I only want to get a pedestrian image without background. What should I do? Thank you.

@developfeng
Copy link
Owner

We get the foreground image with a well-trained FCN model. We are sorry that we could not share this segmentation model. You can refer to the paper of "Early Hierarchical Contexts Learned by Convolutional Networks for Image Segmentation." and "1000fps human segmentation with deep convolutional neural networks" to find some details.

@hjwang-824
Copy link

hjwang-824 commented Apr 7, 2019

Hi, I have read that 2 papers and download the baidu segmentation dataset. I trained it with a FCN model, however, the test on the ReID dataset are not good enough. So, have you used some tricks such as preprocess the baidu dataset? Can you share some details? Thank you so much! @developfeng

@developfeng
Copy link
Owner

Hi, there are some differences with above two paper. 1) We re-design and modify the FCN based model motivatied by above two papers. However, the model used in our CVPR paper is not exactly the one in "1000fps human segmentation with deep convolutional neural networks". We are sorry that we can not share the segmentation model now. 2) Similar with the way in the paper "1000fps human segmentation with deep convolutional neural networks", much more extra data is added for better training.

@hjwang-824
Copy link

Thank you,I will try again.

@hjwang-824
Copy link

And can you share your extra data if it’s OK to you?

@developfeng
Copy link
Owner

Sorry, we can't share the segmentation data. I think one possible solution is that, you can try to select some released high-quality masks and its RGB images of Market-1501 and MARS to train your model.

@hjwang-824
Copy link

OK,thank you.

@bmiftah
Copy link

bmiftah commented Jun 13, 2020

@Ko8e-24 ... I Do you mean how to crave out the background and keep the foreground( The person ) ? If so , I guess the mask shared in this repository by @developfeng and the original RGB image in can do that for you. foreground = RGB_Image x Mask_of_RGB_Image. I tried and here is some sample I got : -

original_forehround_mask

@developfeng Thank you for sharing the mask for Market-1501 and cuhk03. I understand you didn't start sharing the segementation code you used to get your masks, but I would like to know if you have mask data for DukeMTMC dataset

@HWNHJJ
Copy link

HWNHJJ commented Nov 17, 2020

hello,could you share the mask data for DukeMTMC dataset? Thank you very mach.

@bmiftah
Copy link

bmiftah commented Nov 17, 2020

@HWNHJJ I am also looking for these dataset ... hope @developfeng could share us sooner .

@SamSamhuns
Copy link

@developfeng, is the code for the paper "1000fps human segmentation with deep convolutional neural networks" available somewhere?

@BonBon-Boom
Copy link

@Ko8e-24 ... I Do you mean how to crave out the background and keep the foreground( The person ) ? If so , I guess the mask shared in this repository by @developfeng and the original RGB image in can do that for you. foreground = RGB_Image x Mask_of_RGB_Image. I tried and here is some sample I got : -

original_forehround_mask

@developfeng Thank you for sharing the mask for Market-1501 and cuhk03. I understand you didn't start sharing the segementation code you used to get your masks, but I would like to know if you have mask data for DukeMTMC dataset

Thank you for sharing method to get a foreground, I do as you told ,but why I get this?And ,why your mask is yellow-purple, since author gave us black-white mask?
fg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants