Skip to content

Error on generated Docker container #84

@Eduardo-Lopes

Description

@Eduardo-Lopes

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions