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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: