Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szemenyeim authored Nov 4, 2019
1 parent 48fb03f commit d39c0e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ The code and dataset for ROBO-UNet and its variants is found [here](https://gith
## Dataset and Pretrained models
The datasets contain images in YUV format, using 512x384 resultion. For every image, the annotations are found in a .txt file of the same name (YOLO format). You can download the dataset used from the following links:

- [Synthetic train](vm.ik.bme.hu:14390/ROBO/ROBO_Train.zip)
- [Synthetic test](vm.ik.bme.hu:14390/ROBO/ROBO_Test.zip)
- [Finetune](vm.ik.bme.hu:14390/ROBO/ROBO_Finetune.zip)
- Synthetic train vm.ik.bme.hu:14390/ROBO/ROBO_Train.zip
- Synthetic test vm.ik.bme.hu:14390/ROBO/ROBO_Test.zip
- Finetune vm.ik.bme.hu:14390/ROBO/ROBO_Finetune.zip

The pretrained models are available from [this link](vm.ik.bme.hu:14390/ROBO/checkpoints.zip).
The pretrained models are available from vm.ik.bme.hu:14390/ROBO/checkpoints.zip

## Train your own models
1. To train your own models, first extract the dataset to a folder of your choice.
Expand Down

0 comments on commit d39c0e6

Please sign in to comment.