Gaspar Ramôa

Results 9 comments of Gaspar Ramôa

Just put the code train.py in the directory pytorch-semantic-segmentation

> Hi! What helped me was to add > `import sys sys.path.insert(0, '/absolute/path/to/your/project/folder')` > > at the top of the file and then changing the utils import to > >...

I have the same problem. I don't know why it's necessary the .seg files in the script "_train_classification.py_".

Try to remove python-dateutil first using the command: ``` pip3 uninstall python-dateutil ``` After that install the last version by doing: ``` pip3 install python-dateutil ``` Check the version of...

So far, I am still looking for a workaround for this. But I am confident it has to do with what Laurent Pinchart(@pinchartl) worked on in this issue: https://github.com/raspberrypi/libcamera/commit/fa63d428aef62bacf0a6ad1622a7965b3ff2ba2f.

Hi @naushir! Thanks for reaching out. This is really important for the library. I was hoping that @pinchartl would come up with a solution since he/she has worked on this...

Hello, everyone. I sent an email to the [libcamera development mailing list](https://lists.libcamera.org/listinfo/libcamera-devel) and immediately got a reply from @pinchartl. I removed my libcamera and manually installed the latest release [v0.3.2+98-75fe515a](https://github.com/raspberrypi/libcamera/releases/tag/v0.3.2%2Brpt20241112)...

I also have this problem. Rpi 4B. I lost around ~4 hours flashing and trying different setups, from setting wpa_supplicant.conf to setting the NetworkManager .nmconnection. Bullseyes LITE 32-bit can set...

Same here! The 19th November release is also working for me! I am using `Imager 1.8.5` and `Raspberry Pi 4B`. One note: I had to power cycle the device by...