Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Close #21
  • Loading branch information
srrichter authored Mar 21, 2022
1 parent 8fc27a0 commit 6936e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ We also provide a discriminator without using those labels. In case you want to

### Matching patches across datasets

First, we need to sample crops from source and target datasets and compute VGG features on those crops. As a default, we sample 15 crops per image. But, depending on the size of your dataset, increasing the number of sampled crops may be beneficial.
First, we need to sample crops from source and target datasets and compute VGG features on those crops. As a default, we sample 15 crops per image. But, depending on the size of your dataset, increasing the number of sampled crops may be beneficial. The csv files for the datasets contain per row the paths to the images of each dataset.

python epe/matching/feature_based/collect_crops.py PfD pfd_files.csv # creates crop_PfD.csv, crop_Pfd.npz
python epe/matching/feature_based/collect_crops.py Cityscapes cs_files.csv # creates crop_Cityscapes.csv, crop_Cityscapes.npz
Expand Down

0 comments on commit 6936e62

Please sign in to comment.