Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermera committed Sep 3, 2024
1 parent bb3dd3d commit bbbf3ed
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ conda activate layeredflow


## LayeredFlow Benchmark
<img src="images/benchmark_gallery.pdf" width='1000'>
<img src="images/benchmark_gallery.jpg" width='1000'>

### Download
Download the validation set (images + ground-truth) and test set (images) [here](https://drive.google.com/file/d/1EEFp7AE8ZX75ADztP74Mx7VZ6MOymneN/view?usp=sharing).
Expand Down Expand Up @@ -70,7 +70,7 @@ python3 evaluate_lastlayer.py --checkpoint your_checkpoint --dataset layeredflow
cd MultiRAFT
python3 evaluate.py --checkpoint your_checkpoint --dataset layeredflow --create_submission # multi_layer benchmark
``
```

Submit your predictions to the evaluation server using the command below. Make sure to replace placeholders with your actual email, submission path, and method name:
```
Expand All @@ -86,7 +86,7 @@ python3 modify_submission.py --id submission_id --email your_email --anonymous F


## Synthetic Data Generation
<img scr="images/synthetic_gallery.pdf" width='1000'>
<img scr="images/synthetic_gallery.jpg" width='1000'>

### Set up Blender
To generate multiple layer ground truth from blender, you will need to build customized blender.
Expand Down
Binary file added imgs/benchmark_gallery.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed imgs/benchmark_gallery.pdf
Binary file not shown.
Binary file added imgs/synthetic_gallery.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed imgs/synthetic_gallery.pdf
Binary file not shown.

0 comments on commit bbbf3ed

Please sign in to comment.