namelessai commited on
Commit
faa310b
·
verified ·
1 Parent(s): aa0c1c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -6,6 +6,8 @@ pipeline_tag: image-classification
6
  tags:
7
  - MobileNetV2
8
  - accident-detection
 
 
9
  ---
10
 
11
  An image classification model for detecting car crashes from traffic cams. An easier to run version of Crashly is currently in development. To run this model, use the following code snippet.
 
6
  tags:
7
  - MobileNetV2
8
  - accident-detection
9
+ base_model:
10
+ - google/mobilenet_v2_1.0_224
11
  ---
12
 
13
  An image classification model for detecting car crashes from traffic cams. An easier to run version of Crashly is currently in development. To run this model, use the following code snippet.