Tomasz Lewicki

Results 58 comments of Tomasz Lewicki

Hi there! You can browse the repository state from version 0.2 [here](https://github.com/tomek-l/ai-thermometer/tree/39287df98c08af0f10fa21471c385894d6a81ad4). Haar detection code starts at this [line](https://github.com/tomek-l/ai-thermometer/blob/39287df98c08af0f10fa21471c385894d6a81ad4/main.py#L82). I might add an option to run the repository with an...

Hi @Thanh-Binh ! I use: - Raspberry Pi Camera Module V2.1 connected via MIPI-CSI2 - Lepton 3.5 connected via PureThermal2 usb board A while ago I wrote a [post](https://www.hackster.io/tomasz-lewicki/ai-thermometer-2bacb4) you...

Hi @GillesBra ! Glad you answer your questions: 1) The Lepton Camera with Purethermal board act together as a USB UVC device. So going line-by-line: - `start_pt2()` in [Line 47](https://github.com/tomek-l/ai-thermometer/blob/90ede30626143b9b13daf9920106829d614b2058/ir/purethermal.py#L47)...

Hi @geannealva ! As much as I'd love to help, I probably don't have the throughput to do that :slightly_smiling_face: If you have specific questions, feel free to ask them...

Referring to the question from the topic: "How to get started". The starting point I'd recommend is to: 1. Buy the IR camera 2. Try running this script [pt2_example.py](https://github.com/tomek-l/ai-thermometer/blob/6be49fe3880a3381ed5b66a7fcbf8b74992ab476/ir/pt2_example.py#L106). At...

Hi! What hardware are you using? On Mon, Jun 28, 2021 at 07:36 jjferreira ***@***.***> wrote: > Hi there I keep having this issue, event that I did the solution...

Hi @Henery1 This looks like a mismatch between `torchvision` versions. It was likely caused by an issue in installation instructions. I'll look into this!

@Henery1 What version of `torch` and `torchvision` are you using? You can check that by inspecting the output of the following commands: ```bash pip3 show torchvision pip3 show torch ```

Hi @Henery1 , I'm glad you were able push it forward. Te second error is likely related to the gstreamer pipeline for RGB camera not having set up successfully. 1....

Hi @jazz-ai 1) What lens are you using? You're probably using a different field of view, hence the mismatch. I plan to update the code with support for different FOVs...