lanedet
lanedet copied to clipboard
Error on generated Docker container
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)