barius

Results 6 issues of barius

It seems that line 128 of test.py `pred[:, :4] = scale_coords(img[si].shape[1:], pred[:, :4], shapes[si][0], shapes[si][1]) # to original` changes the `output` variable when there is a padding, thus affecting the...

When Istio auto-injection is enabled, the camel-k builder always wait for the Istio container to complete (which will never happen), and triggers the default 5 min timeout (though Buildah finished...

kind/bug
builder/buildah

Use chatgpt-api 4.1.1 which does not require an active browser window of chatgpt.

idk if this is by-design but the following code will invalidate primitive types' false values. ``` @value.setter def value(self, value): if value: self.set(value) ``` p.s. Maybe this repo is no...

Shall the file name be LogUtils instead?

**Is your feature request related to a problem? Please describe.** I'm fitting a Kmeans model on a 1 billion * 1024 dims dataset using MNMG Kmeans. Cosine distance is preferred...

feature request
? - Needs Triage