niki-stha commited on
Commit
dc6bb26
1 Parent(s): 7ac4101

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  - pytorch
9
  library_name: yolov5
10
  library_version: 7.0.6
11
- inference: false
12
 
13
  datasets:
14
  - niki-stha/asl-detection-roboflow
@@ -58,7 +58,7 @@ model.multi_label = False # NMS multiple labels per box
58
  model.max_det = 1000 # maximum number of detections per image
59
 
60
  # set image
61
- img = 'https://github.com/ultralytics/yolov5/raw/master/data/images/zidane.jpg'
62
 
63
  # perform inference
64
  results = model(img, size=640)
 
8
  - pytorch
9
  library_name: yolov5
10
  library_version: 7.0.6
11
+ inference: true
12
 
13
  datasets:
14
  - niki-stha/asl-detection-roboflow
 
58
  model.max_det = 1000 # maximum number of detections per image
59
 
60
  # set image
61
+ img = 'https://datasets-server.huggingface.co/assets/niki-stha/asl-detection-roboflow/--/niki-stha--asl-detection-roboflow/test/2/image/image.jpg'
62
 
63
  # perform inference
64
  results = model(img, size=640)