How can I create a task from remote sources?
Closed this issue · 3 comments
Actions before raising this issue
- I searched the existing issues and did not find anything similar.
- I read/searched the docs
Steps to Reproduce
No response
Expected Behavior
No response
Possible Solution
No response
Context
I want to create a new task from remote sources that its URL placed in internal network. But I got this error:
Does it need to the internet? because I don't have internet on my virtual machine but I have ping to the machine that this URL belongs to.
Thanks in advance.
Environment
No response
In addition to this information, I can download this image om my virtual machine by using wget command.
Hi, please read the manual https://docs.cvat.ai/docs/manual/basics/create_an_annotation_task/#select-files.
If the host is a localhost, you might need to make the url reachable from the CVAT container as described here or here.
You need to define SMOKESCREEN_OPTS
env variable to access local IPs here https://github.com/cvat-ai/cvat/blob/develop/docker-compose.yml#L17 like this https://github.com/cvat-ai/cvat/blob/develop/tests/allow_minio.sh#L3