Travis Whitten

Results 12 comments of Travis Whitten

Thank you! How can I determine the net-scale-factor of a particular model? For example, if I convert the model to use INT8, then the detections disappear and I used 2,000...

> Could you please try this: https://github.com/uraich/EdgeComputing/blob/main/firmware/firmware-esp32s3-cam.bin ![image](https://private-user-images.githubusercontent.com/1673533/264093839-a147adc1-ca81-48ad-8796-519c1c7d0417.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDI1MDM1NzEsIm5iZiI6MTcwMjUwMzI3MSwicGF0aCI6Ii8xNjczNTMzLzI2NDA5MzgzOS1hMTQ3YWRjMS1jYTgxLTQ4YWQtODc5Ni01MTljMWM3ZDA0MTcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQUlXTkpZQVg0Q1NWRUg1M0ElMkYyMDIzMTIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyMzEyMTNUMjEzNDMxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzRjMDkzZmM2YTAwNTAyODdlYjMzZmE3Y2EwODZlMDMxYjM5YzIxZGEwYjlhNzllZjA0NTk5MDc2YWQ5Zjc5ZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.zKmYuWwVHmKWFxBJMF7f1gko8ftbmmm7dtU8QHnyXDY) Just managed to compile it but did not do any testing apart from importing the modules How did you build this binary?...

> Hi Travis, > > The camera driver expects this connection map: > > ![image](https://github.com/mocleiri/tensorflow-micropython-examples/assets/1673533/4c277767-2d33-406c-a784-d5185daba419) > > (see micropython-modules/micropython-camera-driver/src/modcamera.h) > > If your board has different connections (which I suspect),...

@purvang3 I am also facing this issue. Any luck fixing it?

@purvang3 I have found the solution to the issue, it seems that there has been a bug introduced in the latest versions of super-gradients. Downgrading like so solved my issue:...

> Hi @purvang3 . > > are you trying to predict on an image from the same data you have used for training? @ofrimasad I was using the test images...

> How long did it take for your Orin to generate the .engine file? I got exactly same behavior.....It's been printing forever.... I am using the Jetson Orin 64GB and...

When I build on the Jetson Orin 32GB it takes ~10 minutes to build the engine file for a YoloV7-small model. What size model are you using? On Thu, Aug...

> To be honest, that's what I ended up going for, using random crop as a pre-transform, right after loading images and annotations. > > But it feels a bit...