Skip to content
Snippets Groups Projects
Unverified Commit 0d183e55 authored by Yohann CABON's avatar Yohann CABON Committed by GitHub
Browse files

Update README.md

parent ec2d54f6
Branches master
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ If you want to convert your own dataset into kapture, please find some examples
Once installed, you can extract global features for your kapture dataset with:
```bash
cd $DIR_ROOT
python dirtorch/extract_kapture.py --kapture-root pathto/yourkapturedataset --checkpoint dirtorch/data/Resnet101-AP-GeM-LM18.pt --gpu 0
python -m dirtorch.extract_kapture --kapture-root pathto/yourkapturedataset --checkpoint dirtorch/data/Resnet101-AP-GeM-LM18.pt --gpu 0
```
Run `python dirtorch/extract_kapture.py --help` for more information on the extraction parameters.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment