Annga121 commited on
Commit
fc63e0e
·
verified ·
1 Parent(s): 0286e23

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: keras
3
+ tags:
4
+ - image-classification
5
+ - deep-learning
6
+ ---
7
+
8
+ # Vehicle Classification CNN
9
+
10
+ ## Mô tả
11
+ Mô hình CNN phân loại phương tiện giao thông.
12
+
13
+ ## Các lớp
14
+ - xe_dap
15
+ - xe_bus
16
+ - xe_may
17
+ - o_to
18
+ - xe_tai
19
+
20
+ ## File
21
+ - best_model.h5
22
+ - labels.json
best_EfficientNetB0.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a2ba2163ea158522f24b25fc44df10e2da60249a7b84e65f6e3794b500bbee0
3
+ size 24603832
best_InceptionV3.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8d722c247e2d502880adc33a49b1749f147f477e2a0f253914301c0ec4a4aa2
3
+ size 100481856
best_MobileNetV2.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d5c20bf7a191acda4bafb1c2582556d827b9eed6097901824f19f20df7ab081
3
+ size 17328696
best_ResNet50.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:088d76b0116b558642afd99a29944b5ad203a3558204af49e1ca3b347906cc1f
3
+ size 107395936
best_VGG16.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:422a1e694eb78373e4637df30892b81045bd5cb0dcda59f87510d8729fbce2bd
3
+ size 62144032
labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Bicycle": 0, "Bus": 1, "Car": 2, "Motorcycle": 3, "Truck": 4}