kadirnar commited on
Commit
ec5149d
1 Parent(s): 0a7b212

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ from yoloxdetect import YoloxDetect
28
  from yolox.data.datasets import COCO_CLASSES
29
 
30
  model = YoloxDetect(
31
- model_path = "data/weights/yolox_s.pth",
32
  config_path = "configs.yolox_s",
33
  device = "cuda:0",
34
  classes = COCO_CLASSES,
 
28
  from yolox.data.datasets import COCO_CLASSES
29
 
30
  model = YoloxDetect(
31
+ model_path = "kadirnar/yolox_s-v0.1.1",
32
  config_path = "configs.yolox_s",
33
  device = "cuda:0",
34
  classes = COCO_CLASSES,