daniilidis-group / mvsec

Multi Vehicle Stereo Event Camera Dataset
MIT License
53 stars 10 forks source link

`image_view.py` module conflicts with standard ROS module #4

Open tlkvstepan opened 5 years ago

tlkvstepan commented 5 years ago

Hello, Thank you for sharing the code. image_view.py module conflicts with standard ROS module when I use your modules. To avoid the conflict I suggest to rename this module or add __init__.py to gt_flow folder and use absolute import in all modules, such as from gt_flow import image_view.