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

paper #1

Open
yanfangfangfang opened this issue May 23, 2019 · 5 comments
Open

paper #1

yanfangfangfang opened this issue May 23, 2019 · 5 comments

Comments

@yanfangfangfang
Copy link

yanfangfangfang commented May 23, 2019

thank you for your code. may i get this paper? or it's not publish
and can you provide the code of data preparation or some information about how to get seg data

@gjy3035
Copy link
Owner

gjy3035 commented May 24, 2019

paper is coming.

@gjy3035
Copy link
Owner

gjy3035 commented May 27, 2019

The paper is pre-printed at https://arxiv.org/abs/1905.10085. We will release the code for generation of segmentation mask. Thanks for your attention!

@gjy3035
Copy link
Owner

gjy3035 commented Jul 2, 2019

@yanfangfangfang About segmentation mask generation, the core matlab code:

    bi_den = logical(im_density);
    op = strel('ball',50,0);
    seg = imdilate(uint8(bi_den),op);
    
    seg(seg~=max(max(seg))) = 0;
    seg = logical(seg);

@yanfangfangfang
Copy link
Author

yanfangfangfang commented Jul 2, 2019 via email

@sahar119911
Copy link

sahar119911 commented Mar 7, 2021

thank you very much On 07/02/2019 15:29, Junyu Gao wrote: @yanfangfangfang About segmentation mask generation, the core matlab code: bi_den = logical(im_density); op = strel('ball',50,0); seg = imdilate(uint8(bi_den),op); seg(seg~=max(max(seg))) = 0; seg = logical(seg); — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

can you plz share the code for data segmentation @yanfangfangfang @gjy3035

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

3 participants