tub-rip / event_based_optical_flow

The official implementation of "Secrets of Event-based Optical Flow" (ECCV2022 Oral and IEEE T-PAMI 2024)
GNU General Public License v3.0
138 stars 13 forks source link

Bug report #6

Closed DachunKai closed 1 year ago

DachunKai commented 1 year ago
(e2vsr) *[main][~/code/event_based_optical_flow]$ python main.py --config_file ./configs/mvsec_indoor_no_timeaware.yaml
Traceback (most recent call last):
  File "main.py", line 12, in <module>
    from src import data_loader, solver, utils, visualizer
  File "/home/kaidc/code/event_based_optical_flow/src/data_loader/__init__.py", line 7, in <module>
    from .base import DataLoaderBase
  File "/home/kaidc/code/event_based_optical_flow/src/data_loader/base.py", line 6, in <module>
    from .. import utils
  File "/home/kaidc/code/event_based_optical_flow/src/utils/__init__.py", line 2, in <module>
    from .flow_utils import (
  File "<fstring>", line 1
    (t0_location =)
                 ^
SyntaxError: invalid syntax
shiba24 commented 1 year ago

Hi @DachunKai thanks, but I'm not aware of this error, and the code is working on my environment. Can you tell me how i can reproduce the error? Like Python version etc..

shiba24 commented 1 year ago

Closing, please reopen it if you still have this. Also please tell me how I can reproduce the error.