Marvin Lopez

Results 4 issues of Marvin Lopez

The current implementation support only Tiny YOLOv2 Is it possible to add support for newer version of Yolo? YoloV3, YoloV4

Hi, I was able to follow the whole Tutorial, solving some minor issues found during the road, however in the last step: `python3 webcam_detection.py ` to test the model with...

Is it possible to use the Light Estimation only? I checked [this example](https://github.com/olexale/arkit_flutter_plugin/blob/master/example/lib/light_estimate_page.dart) Basically what I'm trying to achieve is the following: - Open the regular camera (camera package) -...

Hi, I recently migrated the TensorFlow lite packages to the lates version and I noticed this issue. On the ``` camera_view.dart``` ``` cameraController = CameraController(cameras[0], ResolutionPreset.low, enableAudio: false); ``` ```...