-
A few years ago, we tried implementing YOLO, an object-detection model, into the Autonomous codebase. We never used it at competition. However, as of '23, URC now has a section dedicated to tracking a…
-
```
Build in object management would be great for game development. Some of the
existing memory issues will need to be resolved first.
Being able to simply move an object, and have it detect walls wo…
-
I already have a YoloV4-Tiny model that trained on grayscale image. I change save_model.py input layer to
```
if FLAGS.grayscale:
input_layer = tf.keras.layers.Input([FLAGS.input_size, FLAGS.inpu…
-
ReID implementation on Jetson https://github.com/anonymous1computervision/Human-ReID-in-NVIDIA-Jetson
-
## 🐛 Bug
It seems that the notebook is not registering that a job is being created, this is a bug that has been encountered before, but the workaround that was used previously is not working as i…
-
How to detect an object only once and track it in other frames?
-
Diesel currently supports the sqlite json/jsonb types. We do not provide built-in support for [various methods](https://sqlite.org/draft/json1.html) available for these types. This is a tracking issue…
-
-
I'm aiming to document a live stream feed from my webcam, using Darknet to detect objects then output using -ext_output. All works great.
However, i'm looking to count the amount of times an object…
-
**Is your feature request related to a problem? Please describe:**
The [ML Kit Object Detection and Tracking API](https://developers.google.com/ml-kit/vision/object-detection) is not yet supporte…