-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScripts.txt
More file actions
21 lines (19 loc) · 1.03 KB
/
Scripts.txt
File metadata and controls
21 lines (19 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CREATING DATASETS
python CreateDataset.py --image_height=32 \
&& python CreateDataset.py --image_height=64 \
&& python CreateDataset.py --image_height=128
TRAINING
python CrowdEstimator.py -t --image_height=32 --lr=0.005 --fs=5 \
&& python CrowdEstimator.py -t --image_height=32 --lr=0.001 --fs=5 \
&& python CrowdEstimator.py -t --image_height=32 --lr=0.01 --fs=5 \
&& python CrowdEstimator.py -t --image_height=64 --lr=0.005 --fs=5 \
&& python CrowdEstimator.py -t --image_height=64 --lr=0.001 --fs=5 \
&& python CrowdEstimator.py -t --image_height=64 --lr=0.01 --fs=5 \
&& python CrowdEstimator.py -t --image_height=128 --lr=0.005 --fs=5 \
&& python CrowdEstimator.py -t --image_height=128 --lr=0.001 --fs=5 \
&& python CrowdEstimator.py -t --image_height=128 --lr=0.01 --fs=5
PREDICT
python CrowdEstimator.py -p --lr=0.001 --epoch=10 --cam=cam1 \
&& python CrowdEstimator.py -p --lr=0.001 --epoch=10 --cam=cam2 \
&& python CrowdEstimator.py -p --lr=0.001 --epoch=10 --cam=cam3 \
&& python CrowdEstimator.py -p --lr=0.001 --epoch=10 --cam=camall