Sheldon Maschmeyer

Results 7 issues of Sheldon Maschmeyer

When we click the "Start Training" button, we must wait roughly 7-10 minutes before training starts. A longer delay for a project with more annotations. We get no feedback (except...

``` from label_studio_ml.model import LabelStudioMLBase # type: ignore from label_studio_ml.utils import ( # type: ignore ``` While the code I am creating, adding or modifying uses Type Hints (and checks),...

An issue discovered in Axios 0.8.1 through 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any...

I am trying to use the latest version (commit: 27b37bf) of Darknet on the Jetson Xavier AGX. ![image](https://github.com/AlexeyAB/darknet/assets/127118806/5c51c62a-acc3-429b-bd88-85444d87f764) ![image](https://github.com/AlexeyAB/darknet/assets/127118806/81e6bee2-e76b-4cea-8404-34e0997a56de) Upgraded both CUDA and OpenCV (as per the above screenshots). When...

How to re-write the defaultProps: ``` const { data, errorMessage, isLoading } = weatherData({ lat: myLat.toString(), lon: myLong.toString(), }); ``` to use default parameters for future proofing?

YOLOv9 was published roughly a week ago, in Feb 2024: https://github.com/AlexeyAB/darknet/issues/8887 Feature request: Darknet framework compatible with YOLOv9.

enhancement

**Is your feature request related to a problem? Please describe.** Syncing seems to be a slow process. **Describe the solution you'd like** When new items are added to the "Source...

community:reviewed