Deleted user
Deleted user
``` [ment@mentpc SqliteNetRowsChangedIssue]$ dotnet run Ran for 600 seconds without failure. ``` The difference? ``` await database.ExecuteAsync($"UPDATE Person SET Name='{DateTime.UtcNow}'"); ``` The explanation? Honestly, I have no clue. Here's my...
``` Ran for 360 seconds without failure. -- Index count: 1421 -- Actual Person count: 1421 Ran for 360 seconds without failure. -- Index count: 2821 -- Actual Person count:...
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
I have read the CLA Document and I sign the CLA
@glenn-jocher Is there a timeline as to when the PR will be reviewed?
@Pro100rus32 are you sure the data follows the correct format? It's not meant to follow the Yolo classification format, instead the Coco style. Make sure your data formatting follows the...
@Pro100rus32 Yes, your data is not following the coco standard from what I can see. You have multiple labels on the same line which is incorrect. You should have one...
> would still like to get a zip archive with the dataset to check if I have an error. I used the coco8 images which can be downloaded using ultralytics....
> > > @Pro100rus32您确定数据遵循正确的格式吗?它不遵循 Yolo 分类格式,而是遵循 Coco 样式。确保您的数据格式遵循预期的结构。此外,您似乎只获得了两个类别的平均精度,而不是所有 4 个类别的平均精度。 > > > > > > 是的,我的错误在示例中。我只是尝试使用多标签分类作为单标签分类进行测试) > > _我使用 chatgpt 来修复这个错误 xD:_ > > ``` > > # Check...