AlexandreKempf
AlexandreKempf
I have the same problem as @robmarkcole :)
I'm not 100% sure this is the right place for my first discussion on a feature. But I'll jump on that one and remove my comment if it is not...
TODO list for this project: - [x] DVClive should save the annotations in a .json file close to the image file - [x] DVC should display the annotations when running...
I think @julieg18 has already made excellent progress on her side. @julieg18 Could you send me what you expect, and I'll do the rest on dvclive side ;)
I'm planning on having a `log_bounding_box` function on dvclive side. It means that it is independent of the `log_image`. I'm saying that because I'm wondering how we should handle the...
@julieg18 Technically, it is possible, yes. I personally prefer the first format, but if that helps you a lot, we might take the second one. For most object detection tasks,...
> If I'm understanding your question correctly, the frontend can handle both whole numbers and numbers with decimals when it comes to the box coordinates. Yeah, that was my question....
I needed to be more explicit in my previous comment, I apologize. In data science, we have two units for the bounding box's coordinates: pixels and %. In the first...
@dberenbaum Can we agree to follow this schema or do you see any problem with it? :)
We took some time to discuss with @julieg18 the difference between the two schemas (https://github.com/iterative/dvc/issues/10198#issuecomment-1932066785). There were some things that were discussed: - The logger (DVClive) will probably not store...