Tony Fang
commited on
Commit
·
290c2a0
1
Parent(s):
be24041
added conda_requirements.txt and pip_requirements.txt
Browse files- .gitignore +2 -1
- README.md +7 -5
- requirement.txt → conda_requirements.txt +0 -0
- pip_requirements.txt +147 -0
.gitignore
CHANGED
@@ -12,5 +12,6 @@ object_detector_benchmark/8_calves_arrow/
|
|
12 |
object_detector_benchmark/8_calves_coco/
|
13 |
object_detector_benchmark/transformer_benchmark/runs
|
14 |
*__pycache__
|
15 |
-
!
|
|
|
16 |
*.mdb
|
|
|
12 |
object_detector_benchmark/8_calves_coco/
|
13 |
object_detector_benchmark/transformer_benchmark/runs
|
14 |
*__pycache__
|
15 |
+
!conda_requirements.txt
|
16 |
+
!pip_requirements.txt
|
17 |
*.mdb
|
README.md
CHANGED
@@ -66,16 +66,18 @@ df = pd.read_pickle("pmfeed_4_3_16_bboxes_and_labels.pkl")
|
|
66 |
|
67 |
## Usage
|
68 |
### Dataset Download:
|
69 |
-
Step 1: install conda environment from
|
70 |
-
`requirement.txt`
|
71 |
|
72 |
-
|
73 |
-
Step 2: install git-lfs:
|
74 |
`git lfs install`
|
75 |
|
76 |
-
Step
|
77 |
`git clone [email protected]:datasets/tonyFang04/8-calves`
|
78 |
|
|
|
|
|
|
|
|
|
|
|
79 |
### Object Detection
|
80 |
- **Training/Validation**: Use the first 600 frames from `hand_labelled_frames/` (chronological split).
|
81 |
- **Testing**: Evaluate on the full video (`pmfeed_4_3_16.avi`) using the provided PKL annotations.
|
|
|
66 |
|
67 |
## Usage
|
68 |
### Dataset Download:
|
|
|
|
|
69 |
|
70 |
+
Step 1: install git-lfs:
|
|
|
71 |
`git lfs install`
|
72 |
|
73 |
+
Step 2:
|
74 |
`git clone [email protected]:datasets/tonyFang04/8-calves`
|
75 |
|
76 |
+
Step 3: install conda and pip environments:
|
77 |
+
```
|
78 |
+
conda create --name new_env --file conda_requirements.txt
|
79 |
+
pip install -r pip_requirements.txt
|
80 |
+
```
|
81 |
### Object Detection
|
82 |
- **Training/Validation**: Use the first 600 frames from `hand_labelled_frames/` (chronological split).
|
83 |
- **Testing**: Evaluate on the full video (`pmfeed_4_3_16.avi`) using the provided PKL annotations.
|
requirement.txt → conda_requirements.txt
RENAMED
File without changes
|
pip_requirements.txt
ADDED
@@ -0,0 +1,147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.2.1
|
2 |
+
accelerate==1.5.2
|
3 |
+
aiohappyeyeballs==2.6.1
|
4 |
+
aiohttp==3.11.15
|
5 |
+
aiosignal==1.3.2
|
6 |
+
albucore==0.0.23
|
7 |
+
albumentations==2.0.5
|
8 |
+
annotated-types==0.7.0
|
9 |
+
array_record==0.7.1
|
10 |
+
astunparse==1.6.3
|
11 |
+
async-timeout==5.0.1
|
12 |
+
attrs==25.3.0
|
13 |
+
certifi==2025.1.31
|
14 |
+
charset-normalizer==3.4.1
|
15 |
+
chex==0.1.89
|
16 |
+
contourpy==1.3.1
|
17 |
+
cycler==0.12.1
|
18 |
+
datasets==3.5.0
|
19 |
+
dill==0.3.8
|
20 |
+
dm-tree==0.1.9
|
21 |
+
docstring_parser==0.16
|
22 |
+
einops==0.8.1
|
23 |
+
etils==1.12.2
|
24 |
+
faiss-gpu==1.7.2
|
25 |
+
filelock==3.18.0
|
26 |
+
flatbuffers==25.2.10
|
27 |
+
flax==0.10.4
|
28 |
+
fonttools==4.56.0
|
29 |
+
frozenlist==1.5.0
|
30 |
+
fsspec==2024.12.0
|
31 |
+
gast==0.6.0
|
32 |
+
git-lfs==1.6
|
33 |
+
google-pasta==0.2.0
|
34 |
+
grpcio==1.71.0
|
35 |
+
h5py==3.13.0
|
36 |
+
huggingface-hub==0.29.3
|
37 |
+
humanize==4.12.2
|
38 |
+
idna==3.10
|
39 |
+
immutabledict==4.2.1
|
40 |
+
importlib_resources==6.5.2
|
41 |
+
jax==0.5.3
|
42 |
+
jax-cuda12-pjrt==0.5.3
|
43 |
+
jax-cuda12-plugin==0.5.3
|
44 |
+
jaxlib==0.5.3
|
45 |
+
Jinja2==3.1.6
|
46 |
+
joblib==1.4.2
|
47 |
+
keras==3.9.1
|
48 |
+
kiwisolver==1.4.8
|
49 |
+
libclang==18.1.1
|
50 |
+
lightning-utilities==0.14.2
|
51 |
+
lmdb==1.6.2
|
52 |
+
Markdown==3.7
|
53 |
+
markdown-it-py==3.0.0
|
54 |
+
MarkupSafe==3.0.2
|
55 |
+
matplotlib==3.10.1
|
56 |
+
mdurl==0.1.2
|
57 |
+
ml_dtypes==0.5.1
|
58 |
+
mpmath==1.3.0
|
59 |
+
msgpack==1.1.0
|
60 |
+
multidict==6.3.0
|
61 |
+
multiprocess==0.70.16
|
62 |
+
namex==0.0.8
|
63 |
+
nest-asyncio==1.6.0
|
64 |
+
networkx==3.4.2
|
65 |
+
numpy==1.26.4
|
66 |
+
nvidia-cublas-cu12==12.4.5.8
|
67 |
+
nvidia-cuda-cupti-cu12==12.4.127
|
68 |
+
nvidia-cuda-nvcc-cu12==12.8.93
|
69 |
+
nvidia-cuda-nvrtc-cu12==12.4.127
|
70 |
+
nvidia-cuda-runtime-cu12==12.4.127
|
71 |
+
nvidia-cudnn-cu12==9.1.0.70
|
72 |
+
nvidia-cufft-cu12==11.2.1.3
|
73 |
+
nvidia-curand-cu12==10.3.5.147
|
74 |
+
nvidia-cusolver-cu12==11.6.1.9
|
75 |
+
nvidia-cusparse-cu12==12.3.1.170
|
76 |
+
nvidia-cusparselt-cu12==0.6.2
|
77 |
+
nvidia-nccl-cu12==2.21.5
|
78 |
+
nvidia-nvjitlink-cu12==12.4.127
|
79 |
+
nvidia-nvtx-cu12==12.4.127
|
80 |
+
opencv-python==4.11.0.86
|
81 |
+
opencv-python-headless==4.11.0.86
|
82 |
+
opt_einsum==3.4.0
|
83 |
+
optax==0.2.4
|
84 |
+
optree==0.14.1
|
85 |
+
orbax-checkpoint==0.11.10
|
86 |
+
packaging==24.2
|
87 |
+
pandas==2.2.3
|
88 |
+
pillow==11.1.0
|
89 |
+
promise==2.3
|
90 |
+
propcache==0.3.1
|
91 |
+
protobuf==3.20.3
|
92 |
+
psutil==7.0.0
|
93 |
+
py-cpuinfo==9.0.0
|
94 |
+
pyarrow==19.0.1
|
95 |
+
pycocotools==2.0.8
|
96 |
+
pydantic==2.11.1
|
97 |
+
pydantic_core==2.33.0
|
98 |
+
Pygments==2.19.1
|
99 |
+
pyparsing==3.2.3
|
100 |
+
python-dateutil==2.9.0.post0
|
101 |
+
pytz==2025.2
|
102 |
+
PyYAML==6.0.2
|
103 |
+
regex==2024.11.6
|
104 |
+
requests==2.32.3
|
105 |
+
rich==13.9.4
|
106 |
+
safetensors==0.5.3
|
107 |
+
scikit-learn==1.6.1
|
108 |
+
scipy==1.15.2
|
109 |
+
seaborn==0.13.2
|
110 |
+
simple-parsing==0.1.7
|
111 |
+
simplejson==3.20.1
|
112 |
+
simsimd==6.2.1
|
113 |
+
six==1.17.0
|
114 |
+
stringzilla==3.12.3
|
115 |
+
sympy==1.13.1
|
116 |
+
tensorboard==2.19.0
|
117 |
+
tensorboard-data-server==0.7.2
|
118 |
+
tensorflow==2.19.0
|
119 |
+
tensorflow-datasets==4.9.8
|
120 |
+
tensorflow-io-gcs-filesystem==0.37.1
|
121 |
+
tensorflow-metadata==1.16.1
|
122 |
+
tensorstore==0.1.73
|
123 |
+
termcolor==2.5.0
|
124 |
+
tf_keras==2.19.0
|
125 |
+
threadpoolctl==3.6.0
|
126 |
+
timm==1.0.15
|
127 |
+
tokenizers==0.21.1
|
128 |
+
toml==0.10.2
|
129 |
+
toolz==1.0.0
|
130 |
+
torch==2.6.0
|
131 |
+
torchmetrics==1.7.0
|
132 |
+
torchvision==0.21.0
|
133 |
+
tqdm==4.67.1
|
134 |
+
transformers==4.50.3
|
135 |
+
treescope==0.1.9
|
136 |
+
triton==3.2.0
|
137 |
+
typing-inspection==0.4.0
|
138 |
+
typing_extensions==4.13.0
|
139 |
+
tzdata==2025.2
|
140 |
+
ultralytics==8.3.99
|
141 |
+
ultralytics-thop==2.0.14
|
142 |
+
urllib3==2.3.0
|
143 |
+
Werkzeug==3.1.3
|
144 |
+
wrapt==1.17.2
|
145 |
+
xxhash==3.5.0
|
146 |
+
yarl==1.18.3
|
147 |
+
zipp==3.21.0
|