RivianG commited on
Commit
00104ba
·
verified ·
1 Parent(s): de2340d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -17
README.md CHANGED
@@ -1,17 +1,31 @@
1
- project:
2
- name: "Oriented-Barcode-CenterNet"
3
- tagline: "Oriented Barcode Detection with Centernet"
4
- license: "MIT"
5
- # If you want to store image URLs as data, you can list them
6
- sample_image_urls:
7
- - "https://github.com/user-attachments/assets/963dec6d-c279-4542-b42f-accda6f3b757"
8
- - "https://github.com/user-attachments/assets/d51f2c00-6102-468e-c9c76-55d96f57bd1d"
9
- related_references:
10
- - name: "CenterNet (Original)"
11
- url: "https://github.com/xingyizhou/CenterNet"
12
- - name: "CenterNet-HarDNet"
13
- url: "https://github.com/PingoLH/CenterNet-HarDNet"
14
- - name: "Cars Tracking BEV"
15
- url: "https://github.com/antoinekeller/cars_tracking_bev"
16
- - name: "CenterNet PyTorch (Bubbliiiing)"
17
- url: "https://github.com/bubbliiiing/centernet-pytorch"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - object-detection
4
+ - barcode-detection
5
+ license: mit
6
+ ---
7
+ # Oriented-Barcode-CenterNet
8
+
9
+ Oriented Barcode Detection with Centernet
10
+
11
+ This model, `Oriented-Barcode-CenterNet`, is designed for detecting oriented barcodes using a CenterNet-based approach.
12
+
13
+ ## Model Samples
14
+
15
+ Here are some sample images demonstrating the model's capabilities:
16
+
17
+ ![sample2](https://github.com/user-attachments/assets/963dec6d-c279-4542-b42f-accda6f3b757)
18
+ ![sample](https://github.com/user-attachments/assets/d51f2c00-6102-468e-9c76-55d96f57bd1d)
19
+
20
+ ## References
21
+
22
+ This project builds upon or references the following works:
23
+
24
+ * **CenterNet:** Xingyi Zhou, Du Jia, Philipp Krähenbühl. "Objects as Points." arXiv preprint arXiv:1904.07850, 2019. [https://github.com/xingyizhou/CenterNet](https://github.com/xingyizhou/CenterNet)
25
+ * **CenterNet-HarDNet:** [https://github.com/PingoLH/CenterNet-HarDNet](https://github.com/PingoLH/CenterNet-HarDNet)
26
+ * **cars_tracking_bev:** [https://github.com/antoinekeller/cars_tracking_bev](https://github.com/antoinekeller/cars_tracking_bev)
27
+ * **centernet-pytorch:** [https://github.com/bubbliiiing/centernet-pytorch](https://github.com/bubbliiiing/centernet-pytorch)
28
+
29
+ ## License
30
+
31
+ This model is released under the [MIT License](https://opensource.org/licenses/MIT).