Open tommiekerssies opened 1 year ago
Hi, do you have code for measuring inference time? Thank you.
In line 166 from patchcore.py, you will be able to get an FPS by setting 'leave' to True. If you multiply FPS by the number of samples per dataset, that's inference time.
Hi, do you have code for measuring inference time? Thank you.