atheless commited on
Commit
ad5220e
·
verified ·
1 Parent(s): 9e395f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ from torchvision import transforms
58
  import numpy as np
59
 
60
  # Load ONNX model
61
- session = ort.InferenceSession("Swin_V2_T.onnx")
62
 
63
  # Get input and output names
64
  input_name = session.get_inputs()[0].name
 
58
  import numpy as np
59
 
60
  # Load ONNX model
61
+ session = ort.InferenceSession("AgeRaceGenderNet_v1.onnx")
62
 
63
  # Get input and output names
64
  input_name = session.get_inputs()[0].name