Spaces:
Runtime error
Runtime error
SakshiRathi77
commited on
Upload 5 files
Browse files- .gitattributes +2 -0
- base_line_best_model_exp5.pt +3 -0
- best_sku_model.pt +3 -0
- master_tmp.png +3 -0
- requirements (1).txt +40 -0
- to_score_planogram_tmp.png +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
master_tmp.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
to_score_planogram_tmp.png filter=lfs diff=lfs merge=lfs -text
|
base_line_best_model_exp5.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c259d5e97010ee1c9775d6d8c3bc8bb73f52a5ad871ca920902f35563f2acb42
|
3 |
+
size 14621601
|
best_sku_model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46627e4923a4cbb695e2f1da5944ec7e2930acb640b822227aab334bddf1548b
|
3 |
+
size 14355573
|
master_tmp.png
ADDED
Git LFS Details
|
requirements (1).txt
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# pip install -r requirements.txt
|
3 |
+
# Base ----------------------------------------
|
4 |
+
seaborn
|
5 |
+
ipython
|
6 |
+
psutil
|
7 |
+
matplotlib>=3.2.2
|
8 |
+
numpy>=1.18.5
|
9 |
+
opencv-python==4.7.0.68
|
10 |
+
Pillow>=7.1.2
|
11 |
+
PyYAML>=5.3.1
|
12 |
+
requests>=2.23.0
|
13 |
+
scipy>=1.4.1
|
14 |
+
torch>=1.7.0
|
15 |
+
torchvision>=0.8.1
|
16 |
+
tqdm>=4.41.0
|
17 |
+
joblib
|
18 |
+
# Logging -------------------------------------
|
19 |
+
#tensorboard>=2.4.1
|
20 |
+
#wandb
|
21 |
+
|
22 |
+
# Plotting ------------------------------------
|
23 |
+
pandas>=1.1.4
|
24 |
+
#seaborn>=0.11.0
|
25 |
+
|
26 |
+
# Export --------------------------------------
|
27 |
+
# coremltools>=4.1 # CoreML export
|
28 |
+
# onnx>=1.9.0 # ONNX export
|
29 |
+
# onnx-simplifier>=0.3.6 # ONNX simplifier
|
30 |
+
# scikit-learn==0.19.2 # CoreML quantization
|
31 |
+
# tensorflow>=2.4.1 # TFLite export
|
32 |
+
# tensorflowjs>=3.9.0 # TF.js export
|
33 |
+
# openvino-dev # OpenVINO export
|
34 |
+
|
35 |
+
# Extras --------------------------------------
|
36 |
+
# albumentations>=1.0.3
|
37 |
+
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
38 |
+
# pycocotools>=2.0 # COCO mAP
|
39 |
+
# roboflow
|
40 |
+
#thop # FLOPs computation
|
to_score_planogram_tmp.png
ADDED
Git LFS Details
|