Kolkir / feature-point-cnn

Neural feature detector and descriptor
MIT License
6 stars 1 forks source link

got error when run python/main.py #3

Closed jcyhcs closed 2 years ago

jcyhcs commented 2 years ago

hi,professor: i run python/main.py with command: python3 main.py, then got error: how can i modify it? anthor error: subparsers = parser.add_subparsers(dest='run_mode', required=True) File "main.py", line 26, in main subparsers = parser.add_subparsers(dest='run_mode', required=True) File "/usr/lib/python3.6/argparse.py", line 1716, in add_subparsers action = parsers_class(option_strings=[], **kwargs) TypeError: init() got an unexpected keyword argument 'required'

please!

Kolkir commented 2 years ago

The main branch was outdated, I renamed it. Please consider new implementation.