Spaces:
Sleeping
Sleeping
File size: 309 Bytes
5c8508a | 1 2 3 4 5 6 7 8 9 10 11 | # # Name of the first model (e.g., your original classifier)
# MODEL_1_NAME=best_new_EP382.pt
# # Name of the second model (for Tyre/Alloy classification)
# #MODEL_2_NAME=best_TA_377EP.pt
# MODEL_2_NAME=best_parts_EP336.pt
PARTS_MODEL_NAME=best_parts_EP336.pt
DAMAGE_MODEL_NAME=best_new_EP382.pt |