forked from qoherent/modrec-workflow
reverted .onnx to .cptx
This commit is contained in:
parent
81154ec85e
commit
c6ad74b5df
|
@ -72,7 +72,7 @@ def convert_to_onnx(ckpt_path, fp16=False):
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
from checkpoint_files import CHECKPOINTS_DIR
|
from checkpoint_files import CHECKPOINTS_DIR
|
||||||
|
|
||||||
model_checkpoint = "inference_recognition_model.onnx"
|
model_checkpoint = "inference_recognition_model.ckpt"
|
||||||
|
|
||||||
print("Converting to ONNX...")
|
print("Converting to ONNX...")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user