forked from matyasbohacek/spoter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
33 lines (31 loc) · 900 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"hparams":{
"epochs": 5000,
"num_backups": 4,
"keypoints_model": "mediapipe",
"lr": 0.0005,
"keypoints_number": 108,
"num_classes":50,
"nhead": 2,
"num_encoder_layers":2,
"num_decoder_layers":2,
"dim_feedforward":256,
"experimental_train_split": null,
"validation_set": "from-file",
"validation_set_size": null,
"log_freq": 1,
"save_checkpoints": true,
"scheduler_factor": 0.1,
"scheduler_patience": 100,
"gaussian_mean": 0,
"gaussian_std": 0.001,
"plot_stats": true,
"plot_lr": true
},
"seed":1,
"device":[0],
"dataset_path": "../ConnectingPoints/split",
"weights_trained": "weights_trained",
"save_weights_path": "./Weights",
"dataset": "AEC-DGI156-DGI305"
}