eric-yyjau/pytorch-superpoint

When using export.py to extract the coco dataset, there was an issue with the missing loader

Opened this issue · 2 comments

The error information is like:
Traceback (most recent call last):
File "export.py", line 400, in
config = yaml.load(f)
TypeError: load() missing 1 required positional argument: 'Loader'
the same error has been happened both val and train。
hoping for your reply! thank you!

hi,
you can try to use yaml.safe_load(f) .