You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have download your dataset on https://github.com/prgumd/EVDodgeNet/wiki/Access-Data-Set-Using-ROS-Python.
But when I wanted to run your code, I encountered the following problems.
Follow the guide, I run the code about EVDeblurNet, but IOError(can't find DirNames.txt)
Then I found that this file was generate in DataParseUnsrack.py, but print(CurrReadPath + 'events' + os.sep + '*.png') is not in your provided dataset.
I'm not sure whether my idea is correct. I would appreciate your reply.
The text was updated successfully, but these errors were encountered:
I have download your dataset on https://github.com/prgumd/EVDodgeNet/wiki/Access-Data-Set-Using-ROS-Python.
But when I wanted to run your code, I encountered the following problems.
Follow the guide, I run the code about EVDeblurNet, but IOError(can't find DirNames.txt)
Then I found that this file was generate in DataParseUnsrack.py, but
print(CurrReadPath + 'events' + os.sep + '*.png')
is not in your provided dataset.I'm not sure whether my idea is correct. I would appreciate your reply.
The text was updated successfully, but these errors were encountered: