TrueWodzu

Results 27 comments of TrueWodzu

It is explained in section two of the paper, specifically at "Expected Calibration Error (ECE)." paragraph.

Hello, I have the same problem: I've created a custom backend based on example in mmdetection.py. I don't use active learning (I think, i did not set that up). Every...

Hi @KonstantinKorotaev thank you for your answer. So is this bug? Because it seems like the file is required but at the same time, some of us don't want to...

@KonstantinKorotaev I don't have training turned on so `def _get_result_from_job_id(self, job_id):` should handle a case where training is not on and do not throw exception? A simple change in the...

Hi @KonstantinKorotaev many thanks for the change! While it definitely works for me, I am just wondering is this a correct approach? What I mean by that is, is it...

@makseq could you kindly look here #245 I think I have the same problem. I've created a separate issue because @midi79 did not follow with docker compose solution.

Hi, I have the same problem. Latest label studio version used. After exporting my project to YOLOv5 the class order is like this: head person but I want to have...

@AlxrMironovOldAcc what are the contents of your C:\Programm Files(x86)\Catch2 ? Did you build generated solution?

> Why did you create a new annotation instead of editing the old one? If you remove the old one, yolo should export the new. Sorry for late reply. For...

> Yeap, I was struggling with this too. So I had to make a conversion script by myself. I've ended up with fix in the LabelStudio code.