DylDev commited on
Commit
480125e
·
verified ·
1 Parent(s): 7342306

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -5,6 +5,11 @@ language:
5
  pipeline_tag: object-detection
6
  ---
7
 
 
 
 
 
 
8
  # ETS2 Vehicle Detection
9
  These models are made for the Euro Truck Simulator 2 Lane Asssist program, there are YOLOv5 and YOLOv7 models.
10
  This can detect vehicles and their types along with signs, road markers, traffic lights, and road markings.
 
5
  pipeline_tag: object-detection
6
  ---
7
 
8
+ # Beta
9
+ These models are still being developed, it does not have all needed data or model architectures.
10
+ For now there is a YOLOv5s model, and a YOLOv7-tiny model for use with ETS2 Lane Assist 2.0 Beta.
11
+ NOTE: The YOLOv7 model is trained on outdated data, this is due to memory needs, it will be updated soon.
12
+
13
  # ETS2 Vehicle Detection
14
  These models are made for the Euro Truck Simulator 2 Lane Asssist program, there are YOLOv5 and YOLOv7 models.
15
  This can detect vehicles and their types along with signs, road markers, traffic lights, and road markings.