Closed abdalkaderhajjouz closed 1 year ago
Checkpoint model, you must pretrain and checkpoint yoủ model
In future releases we will update models where only weights will be saved. Now you can just resave the models before renaming the folder
from nomeroff_net import pipeline
number_plate_detection_and_reading = pipeline("number_plate_detection_and_reading",
image_loader="opencv")
number_plate_detection_and_reading.number_plate_classification.detector.save(
number_plate_detection_and_reading.number_plate_classification.detector.load_meta())
for det in number_plate_detection_and_reading.number_plate_text_reading.detector.detectors:
det.save(det.path_to_model)
After that, you can rename the folder, everything should work.
mot work
Model summary: 213 layers, 7012822 parameters, 0 gradients
Adding AutoShape...
Traceback (most recent call last):
File "C:\Users\abdul\PycharmProjects\ssssss - Copy\tttt.py", line 6, in
Try to update repo with git pull
is there are another solution? not work
when change name of folder nomeroff_net code not work
there are any solution although I replace all references to the new name