Skip to content

Commit 502b39f

Browse files
committed
Create annotations ready for rfdetr
- Create `data/reality_rfdetr` - Split 10% of train into validation data - Add coco-format annotations - Add symlink-creation tool - Update README with new scripts
1 parent 43dd3cf commit 502b39f

10 files changed

Lines changed: 1182261 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/data/**/*
33
!/data/**/
44
!/data/**/annotations.yaml
5+
!/data/**/_annotations.coco.json
56

67
*.pyc
78
__pycache__

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,14 @@ Creates segmentations for balls and goalposts and field edges.
293293

294294
Splits the dataset into a training and a test set.
295295

296+
#### `split_train_valid.py`
297+
298+
Splits the training dataset into a training and a validation set.
299+
300+
#### `create_symlinks.py`
301+
302+
Creates symlinks for image- and segmentation-files in the data directory to some stored location.
303+
296304
#### `base_footprint_annotator.py`
297305

298306
This script can be used to annotate and verify robot base footprints.
@@ -301,7 +309,6 @@ This script can be used to annotate and verify robot base footprints.
301309

302310
This script can be used to visualize robot base footprint annotations.
303311

304-
305312
### Variational Autoencoder
306313

307314
The variational autoencoder, we have used, is based on [noctrog's conv-vae](https://github.com/noctrog/conv-vae).

0 commit comments

Comments
 (0)