[Task]: Implement the 3D Anomaly Detection method BTF #1262
Unanswered
alexriedel1
asked this question in
Feature Requests
Replies: 1 comment 1 reply
-
@alexriedel1, thanks again for the suggestion. I agree that the library should have a model from the 3d anomaly detection benchmark. Thanks to your efforts Anomalib has now MVTec 3d dataset support. Would be great to have a model support too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the motivation for this task?
The 3D MVTec dataset module in anomalib allows for testing 3D anomaly detection models. A simple yet good performing model on this dataset is called "Back to the Feature (BTF)", introduced here: https://arxiv.org/pdf/2203.05550v3.pdf
It basically just uses the already implemented PatchCore algorithm and samples both extracted 2D image features and FPFH point cloud features.
There is an implementation of the model by the paper authors available which should make it easy so implement in anomalib
Describe the solution you'd like
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions