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

Only detect document edges #22

Open
UserJTZhang opened this issue Jul 12, 2024 · 3 comments
Open

Only detect document edges #22

UserJTZhang opened this issue Jul 12, 2024 · 3 comments

Comments

@UserJTZhang
Copy link

Thank you very much for your algorithm. I am currently using it for document edge detection.
In this process, I do not want to detect the edges of document content (text or image content), nor do I want to detect the edges of the background, only keeping the edges of the document.
But obviously, the results I obtained contain too many other edges, and I see that the feature maps given by out1 and out2 also contain many other edges.
As shown in the figure, I have converged after 24 epochs of training, with approximately 50000 pairs of image data.
I hope to receive your
results
reply and provide some directional suggestions. Thank you very much.

@UserJTZhang
Copy link
Author

image

@xavysp
Copy link
Owner

xavysp commented Aug 4, 2024

Thank you very much for your algorithm. I am currently using it for document edge detection. In this process, I do not want to detect the edges of document content (text or image content), nor do I want to detect the edges of the background, only keeping the edges of the document. But obviously, the results I obtained contain too many other edges, and I see that the feature maps given by out1 and out2 also contain many other edges. As shown in the figure, I have converged after 24 epochs of training, with approximately 50000 pairs of image data. I hope to receive your results reply and provide some directional suggestions. Thank you very much.

Hi, sorry for my late response:
I think you need more samples, you just have 1747 iterations for an epoch. Mine are around 56k per epoch. As this is like a segmentation you should you some preprocessing or post processing in this task.

@KeyWu
Copy link

KeyWu commented Sep 21, 2024

Thank you very much for your algorithm. I am currently using it for document edge detection. In this process, I do not want to detect the edges of document content (text or image content), nor do I want to detect the edges of the background, only keeping the edges of the document. But obviously, the results I obtained contain too many other edges, and I see that the feature maps given by out1 and out2 also contain many other edges. As shown in the figure, I have converged after 24 epochs of training, with approximately 50000 pairs of image data. I hope to receive your results reply and provide some directional suggestions. Thank you very much.

您好,想请问您一下我在执行python main.py --choose_test_data=-1时报错,您有时间能回复一下吗?我将不胜感激!
Snipaste_2024-09-21_16-01-39

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