We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, When I run python train.py, training process is started but I face with the following AttrbuteError:
python train.py
It says: AttributeError: 'Delaunay' object has no attribute 'vertices'
AttributeError: 'Delaunay' object has no attribute 'vertices'
what's the problem? Thank you for taking me your time. I hope to hear the solution from you.
Extracted fg_mask.zip into directory fg_mask and also mvtec_anomaly_detection.tar.xz into directory mvtec_anomaly_detection. scikit-learn version: 1.3.2 Chosen parameters as following: data_path = "/mvtec_anomaly_detection/" anomaly_source_path = "/fg_mask/" class_name = 'zipper' num_anomalies = 8
fg_mask.zip
fg_mask
mvtec_anomaly_detection.tar.xz
mvtec_anomaly_detection
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Hi,
When I run
python train.py
, training process is started but I face with the following AttrbuteError:It says:
AttributeError: 'Delaunay' object has no attribute 'vertices'
what's the problem?
Thank you for taking me your time. I hope to hear the solution from you.
Additional information
Extracted
fg_mask.zip
into directoryfg_mask
and alsomvtec_anomaly_detection.tar.xz
into directorymvtec_anomaly_detection
.scikit-learn version: 1.3.2
Chosen parameters as following:
data_path = "/mvtec_anomaly_detection/"
anomaly_source_path = "/fg_mask/"
class_name = 'zipper'
num_anomalies = 8
The text was updated successfully, but these errors were encountered: