https://github.com/bchao1/image-stitching
Image Stitching.
https://github.com/bchao1/image-stitching
Last synced: about 2 months ago
JSON representation
Image Stitching.
- Host: GitHub
- URL: https://github.com/bchao1/image-stitching
- Owner: bchao1
- Created: 2020-04-23T12:23:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T08:10:42.000Z (over 5 years ago)
- Last Synced: 2025-07-28T23:48:49.368Z (2 months ago)
- Language: Python
- Homepage:
- Size: 579 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
###To run:
```bash
$ ./run.sh
````run.sh`:
```bash
python3 main.py 4 5000 lib1 --use_cache
```main.py usage:
`usage: python3 main.py [-h] [--use_cache] ratio f run`
- args:
1. ratio : Downscaling ratio.
2. f : Focal length, in pixels.
3. run : Testing set to run.
4. --use_cache : Use pre-computed features. Advised.###Original pictures :
located in `runs / lib1 / images`
### Final result:
`./final.jpg`