Hi everyone I am having issues with the function detect_and_draw_box in the assignment. I am running it on my local machine. The first few times I ran it it worked but subsequent;y it stopped it only shows me the images without any bounding boxes. 1. I changed nothing in the fucntion 2. it showed me a protobuf error the first time it stopped working then I had to do what the error said but still it doesn’t work please I need assistance.
1 Like
Please update your post with trace of the protobuf error.
Since you have access to requirements.txt, create a new environment and try again:
$ python -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
# launch jupyter and try again
after doing what the error shows it stopped showing me the error but still not bound boxes. I would just create a new env and install and see if it works update I recloned and did everything from the begining and it still does not draw the box.
1 Like
I just started with a fresh install and everything works. Are you launching jupyter like this?
$ jupyter-lab
yes i use jupyter lab without the hyphen
1 Like
Please click my name and message your notebooks (along with the saved outputs) as attachments.