Skip to content

Commit

Permalink
Modifica README
Browse files Browse the repository at this point in the history
Inserimento nuova formattazione sets_config.pkl
  • Loading branch information
GiuseppeCannata committed Mar 7, 2022
1 parent ba45d3b commit e263bb0
Showing 1 changed file with 20 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
The sets_config.pkl file of negative_no_flip_camp_5_keypoints_2_mask_1 configuration is shown below:

```
{
'general': {'radius_keypoints_pose': 2,
'radius_keypoints_mask': 1,
'radius_head_mask': 40,
'dilatation': 35,
'flip': False,
'pairing_mode': 'negative'},
'train': {'name_file': 'Syntetich_train.tfrecord',
'list_pz': [101, 103, 105, 106, 107, 109, 110, 112],
'tot': 11200},
'valid': {'name_file': 'Syntetich_valid.tfrecord',
'list_pz': [102, 111],
'tot': 400},
'test': {'name_file': 'Syntetich_test.tfrecord',
'list_pz': [104, 108],
'tot': 400}
{
'general': {'campionamento': 5,
'radius_keypoints_pose (r_k)': 2,
'radius_keypoints_mask': 1,
'radius_head_mask (r_h)': 40,
'dilatation': 35, 'flip': False,
'pairing_mode': 'negative'},
'train': {'name_file':
'Syntetich_train.tfrecord',
'list_pz': [101, 103, 105, 106, 107, 109, 110, 112],
'tot': 11200},
'valid': {'name_file': 'Syntetich_valid.tfrecord',
'list_pz': [102, 111],
'tot': 400},
'test': {'name_file': 'Syntetich_test.tfrecord',
'list_pz': [104, 108],
'tot': 400}
}
```

0 comments on commit e263bb0

Please sign in to comment.