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
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!
The text was updated successfully, but these errors were encountered:
---Original---
From: ***@***.***>
Date: Fri, Mar 8, 2024 14:45 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [eric-yyjau/pytorch-superpoint] When using export.py to extractthe coco dataset, there was an issue with the missing loader (Issue #110)
hi,
you can try to use yaml.safe_load(f) .
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
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!
The text was updated successfully, but these errors were encountered: