Update README.md

This commit is contained in:
junfeng tu 2022-07-01 18:00:09 +08:00 committed by GitHub
parent 694ea9015d
commit 7e392f417d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ then use the "data/make_XXX.py" to generate .mat file
For example: For example:
> cd COCO_DIR # include train val images and annotations files > cd COCO_DIR # include train val images and annotations files
> >
> make mat > mkdir mat
> >
> cp DCMHT/data/make_coco.py mat > cp DCMHT/data/make_coco.py mat
> >