Open
Description
Actions before raising this issue
- I searched the existing issues and did not find anything similar.
- I read/searched the docs
Steps to Reproduce
SDK has a Task.upload_data()
, which claims to support StrPath
-typed resource
s, but it is actually only works for LOCAL
resource_type
.
Expected Behavior
Task should be created.
Possible Solution
Remove invalid error here:
cvat/cvat-sdk/cvat_sdk/core/proxies/tasks.py
Lines 112 to 114 in fec040d
Context
No response