Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on generated Docker container #84

Open
Eduardo-Lopes opened this issue Jun 12, 2023 · 0 comments
Open

Error on generated Docker container #84

Eduardo-Lopes opened this issue Jun 12, 2023 · 0 comments

Comments

@Eduardo-Lopes
Copy link

My enviroment is Win10 WSL2 Ubuntu with NVIDIA card already configured and working with docker.

I built the docker image as instructed in README.md:
docker build -f docker/Dockerfile -t lanedet:latest .
Start the container as instructed:
docker run --gpus all -it --shm-size=8gb --name=lanedet --ipc=host --net=host lanedet:latest

Tried to run:
python main.py configs/resa/resa50_culane.py --gpus 0

And the this error appears:

AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' (most likely due to a circular import)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant