Skip to content

Commit

Permalink
-comment out Gooey decorator by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tobidelbruck committed Jun 22, 2020
1 parent 8a053f1 commit 1e9fc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
logger = logging.getLogger(__name__)


@Gooey(program_name="v2e", default_size=(575, 600)) # uncomment if you are lucky enough to be able to install Gooey, which requires wxPython
# @Gooey(program_name="v2e", default_size=(575, 600)) # uncomment if you are lucky enough to be able to install Gooey, which requires wxPython
def get_args():
parser = argparse.ArgumentParser(
description='v2e: generate simulated DVS events from video.',
Expand Down

0 comments on commit 1e9fc8e

Please sign in to comment.