xin94wang
xin94wang
@hamzakhalil798 Hello, according to the code you provided, I have successfully generated a heatmap, but the color of the heatmap is dark purple, which is not conducive to observation. How...
 The computer system I use is windows 11, and I run the commands by way of anaconda prompt, similar to ubuntu's terminal, and this is a graph of the...
@samet-akcay I didn't find the file train.py in your library, and I wonder if I don't have the file train.py to cause the error. I have another doubt, if I...
@ashishbdatta This is where I run pip install -e “. [full]”.   (ab_env) C:\Users\50691\anomalib>pip install -e ".[full]" Obtaining file:///C:/Users/50691/anomalib Installing build dependencies ... done Checking if build backend supports...
@samet-akcay When I run pip install -e “. [full]” and then go to execute anomalib train --model Patchcore --data anomalib.data.MVTec, the error is reported as shown here 
@samet-akcay This is the result of running anomalib install -v  .... 
> looks like it is complete. Can you try the API to see if everything else working ok > > ```python > from anomalib.data import MVTec > from anomalib.models import...
I followed your method and put the train.py file in the directory “\anomalib\myproj\train.py”, the result is as below, he is downloading the mvtec dataset, but I have this dataset in...
After specifying the dataset path, this error appears again 
  