You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to run the model for quite some time and finally stumbled across an error I think could be solved through an issue.
When running visa.py:
and when running test.py:
I did attempt also to run a version of test.py on my local machine and it couldn't find visa.json, which is why I was running visa.py. Please let me know if you have a solution or if there is something I might be doing incorrectly when loading in the model to get testing results.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, have you placed the dataset visa in the ./data folder? The issue you encountered when running visa.py seems to be because you haven't placed the dataset in the correct location.
I suggest preparing the data first by successfully running visa.py and mvtec.py before executing other files, as this will help prevent potential errors.
I have been trying to run the model for quite some time and finally stumbled across an error I think could be solved through an issue.
When running visa.py:
![image](https://private-user-images.githubusercontent.com/125526686/285996048-ebd7da34-5fec-4208-90a8-db496c002801.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTExNjUsIm5iZiI6MTczODk5MDg2NSwicGF0aCI6Ii8xMjU1MjY2ODYvMjg1OTk2MDQ4LWViZDdkYTM0LTVmZWMtNDIwOC05MGE4LWRiNDk2YzAwMjgwMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwNTAxMDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NWFlNGRhMzQ3ZjVmOTczY2Q1MzQzZjcyNzk1OGFkMTU2Nzc3MTliZjU0MTk5MGFkZGVmOTliMzEyNTc0ODRiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.KxHX94V5w2L8f18oePEt0PlL72FIl50P63GBsxp1vvo)
and when running test.py:
![image](https://private-user-images.githubusercontent.com/125526686/285996137-5867517b-f776-4e56-919a-6ccac786339c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTExNjUsIm5iZiI6MTczODk5MDg2NSwicGF0aCI6Ii8xMjU1MjY2ODYvMjg1OTk2MTM3LTU4Njc1MTdiLWY3NzYtNGU1Ni05MTlhLTZjY2FjNzg2MzM5Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwNTAxMDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xNzc4MTA5YTNhMzE3NjZjZDU2ZWZmMTk4YTljMTE4NWQ3NTI1OWUzNTU0NjIzZGIzZmVmZjQ1Yzc1NTMxNTJiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.2-3TEFkXwDzvfb5XNbSV6Wr8SeTr53RHD3PwdROUapM)
I did attempt also to run a version of test.py on my local machine and it couldn't find visa.json, which is why I was running visa.py. Please let me know if you have a solution or if there is something I might be doing incorrectly when loading in the model to get testing results.
Thanks!
The text was updated successfully, but these errors were encountered: