Nkca122 commited on
Commit
b83b5d8
·
verified ·
1 Parent(s): cd01699

Upload 3 files

Browse files
Files changed (3) hide show
  1. label_encoder.pkl +3 -0
  2. models/sowing_model.pkl +3 -0
  3. requirements.txt +100 -0
label_encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a6acae6b8f46dbd36943a540ce788112ecd3fa946aaed8c372b07668a36fc3
3
+ size 466
models/sowing_model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74e344f94df2d8805a5434cef9ae41299c829fb583223f1bf2b87490df76d697
3
+ size 68
requirements.txt ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.0.0
2
+ addict==2.4.0
3
+ AHRS==0.3.1
4
+ astunparse==1.6.3
5
+ blobconverter==1.4.2
6
+ boto3==1.29.2
7
+ botocore==1.32.2
8
+ cachetools==5.3.2
9
+ certifi==2023.7.22
10
+ charset-normalizer==3.3.2
11
+ colorama==0.4.6
12
+ contourpy==1.3.1
13
+ cycler==0.11.0
14
+ depthai-pipeline-graph==0.0.5
15
+ einops==0.6.1
16
+ filelock==3.12.2
17
+ flatbuffers==23.5.26
18
+ fonttools==4.38.0
19
+ fsspec==2023.1.0
20
+ gast==0.4.0
21
+ google-auth==2.23.4
22
+ google-auth-oauthlib==0.4.6
23
+ google-pasta==0.2.0
24
+ grpcio==1.59.2
25
+ huggingface-hub==0.16.4
26
+ idna==3.4
27
+ importlib-metadata==6.7.0
28
+ Jinja2==3.1.5
29
+ jmespath==1.0.1
30
+ keras==2.11.0
31
+ kiwisolver==1.4.5
32
+ libclang==16.0.6
33
+ Markdown==3.4.4
34
+ MarkupSafe==2.1.3
35
+ marshmallow==3.17.0
36
+ matplotlib==3.10.0
37
+ mmcv-full==1.7.2
38
+ -e git+https://github.com/rayguan97/GANav-offroad.git@9490f0d3093e65f12fde4f5f34188a889d27c21c#egg=mmsegmentation
39
+ mpmath==1.3.0
40
+ networkx==3.4.2
41
+ numpy==2.2.3
42
+ nvidia-cublas-cu11==11.10.3.66
43
+ nvidia-cuda-nvrtc-cu11==11.7.99
44
+ nvidia-cuda-runtime-cu11==11.7.99
45
+ oauthlib==3.2.2
46
+ opencv-python==4.9.0.80
47
+ opt-einsum==3.3.0
48
+ packaging==23.2
49
+ pandas==2.2.3
50
+ Pillow==9.5.0
51
+ platformdirs==4.0.0
52
+ prettytable==3.7.0
53
+ protobuf==3.19.6
54
+ psutil==5.9.5
55
+ py-cpuinfo==9.0.0
56
+ pyasn1==0.5.0
57
+ pyasn1-modules==0.3.0
58
+ pyparsing==3.1.2
59
+ pyserial==3.5
60
+ python-dateutil==2.8.2
61
+ pytube==15.0.0
62
+ PyTurboJPEG==1.6.4
63
+ pytz==2023.3.post1
64
+ PyYAML==6.0.1
65
+ Qt.py==1.3.8
66
+ regex==2024.11.6
67
+ requests==2.31.0
68
+ requests-oauthlib==1.3.1
69
+ rsa==4.9
70
+ s3transfer==0.7.0
71
+ safetensors==0.4.3
72
+ scipy==1.15.2
73
+ seaborn==0.12.2
74
+ sentry-sdk==1.21.0
75
+ setuptools==75.8.0
76
+ six==1.16.0
77
+ sympy==1.13.1
78
+ tensorboard==2.11.2
79
+ tensorboard-data-server==0.6.1
80
+ tensorboard-plugin-wit==1.8.1
81
+ tensorflow-estimator==2.11.0
82
+ termcolor==2.3.0
83
+ terminaltables==3.1.10
84
+ timm==0.9.12
85
+ tomli==2.0.1
86
+ torch==2.6.0
87
+ torchvision==0.21.0
88
+ tqdm==4.66.4
89
+ types-pyside2==5.15.2.1.6
90
+ typing_extensions==4.12.2
91
+ tzdata==2025.1
92
+ ultralytics==8.0.145
93
+ urllib3==1.26.18
94
+ wcwidth==0.2.13
95
+ Werkzeug==2.2.3
96
+ wheel==0.45.1
97
+ wrapt==1.16.0
98
+ xmltodict==0.13.0
99
+ yapf==0.40.2
100
+ zipp==3.15.0