-
**System information**
- TensorFlow version (you are using): 2.5.0
- Are you willing to contribute it (Yes/No): No
**Describe the feature and the current behavior/state.**
I haven't found a …
-
Hello,
Thank you for your contribution!
I am trying to prune a YOLOv5 Nano model by modifying the script of YOLOv7 pruning on this repository. The code is executed without any errors but the MACs…
-
Similar to benchmarks created for image classification, we would like to create a benchmark for video datasets.
A few tasks for tackling video datasets:
1. Identify ML training related to video …
-
```
import numpy as np
from PIL import Image
def expand_box_until_condition(image, initial_box, allowed_values):
"""
Expand a box in an image until a condition is met.
Parameters…
-
When running plaidml-setup I get
```
Traceback (most recent call last):
File "/usr/local/bin/plaidml-setup", line 10, in
sys.exit(main())
File "/usr/local/lib/python3.5/dist-packages/pla…
-
Just putting some suggestions out there. Maybe we could organize these into [projects](https://github.com/dlib-users/darknet/projects).
- [x] support scaled yolov4
- [x] support yolov5 models
-…
-
track change of tf
-
im willing to use this model by onnx.
can it be?
-
Hi,
We are experiencing unexpected `sccache` server shutdowns when building our C++ project ([OpenVINO](https://github.com/openvinotoolkit/openvino)) for RISC-V with [Conan](https://conan.io/) in G…
-
nvFuser generated code for a fusion block present in DiT has worse than expected performance. The subgraph is performing a `LayerNorm + + Mul + Add + Add` computation as shown in the code below. nvFus…