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

Feature Request: Fast Dense Local Feature Extraction #1

Open
taikiinoue45 opened this issue Jul 3, 2020 · 0 comments
Open

Feature Request: Fast Dense Local Feature Extraction #1

taikiinoue45 opened this issue Jul 3, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@taikiinoue45
Copy link
Owner

To obtain a high-resolution anomaly detection map, a lot of CNN forward computations are required on the whole image in a sliding window manner. This is a time-consuming process, and it takes one hour per image.

Fast Dense Feature Extraction with CNNs that have Pooling or Striding Layers presented a novel approach to nearly arbitrary CNN architectures for fast execution on the whole image in a sliding window manner. Therefore, I tried to implement it in STAD.

image

@taikiinoue45 taikiinoue45 self-assigned this Jul 3, 2020
@taikiinoue45 taikiinoue45 added the enhancement New feature or request label Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant