Skip to content

Commit d81e300

Browse files
authored
Merge pull request #29 from Crazy-Chick/main
add checkout in README.md
2 parents a68d8c8 + 24a394b commit d81e300

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@ then move them under `preprocessed_data_dir/`
127127

128128
Since file `train.objects.mmap` is too large(100G+),
129129
we splitted it to many small pieces like `train.objects.mmap.split*`,
130-
and you need another step to merge all those files together: `cat train.objects.mmap.split* >train.objects.mmap`
130+
and you need another step to merge all those files together: `cat train.objects.mmap.split* >train.objects.mmap`
131+
132+
##### Checkout
133+
Each of files has a hash value by command `md5sum fileName`. You can get it from [here](https://drive.google.com/file/d/1COXpOvw6pCjTXppb86JmSDj7iGx6BOnO/view?usp=sharing) and we suggest you check each file's hash value before training.
131134

132135
##### (Optional) Extract features on your own
133136
If you want to extract some feature on your own, or you'd like to know details of extracting visual features,

0 commit comments

Comments
 (0)