Ceyda Cinarel (재이다)

Results 61 comments of Ceyda Cinarel (재이다)

Some ideas I would like to add to this: - Would also be good to get more variation in colors. I know it is pretty hard to choose a distinctive...

`SpanQuestion` looks nice 🥳 I'll try it out this week migrating the old TokenClassification dataset.

Here are my first impressions & feedback about the new `SpanQuestion`. I have migrated my old `TokenClassification` dataset to a Feedback dataset: @nataliaElv - Using only numeric shortcuts is much...

This would still be a great improvement for annotation ease/speed! I know llm/feedback dataset stuff kinda has priority right now but one day 🥺

Here is a simple notebook looking at input output ranges of HSV for opencv, kornia& scikit-image : https://gist.github.com/cceyda/b66996de7bc80811aa6135f81d84309d Kornia HSV conversion does indeed seem (comparatively) odd with ranges between: ```...

Kornia implementation is different from [torchvision](https://github.com/pytorch/vision/blob/master/torchvision/transforms/functional_tensor.py#L313), which has ranges in [0,1] same as scikit-image. Shouldn't we also follow that? @edgarriba

It looks like we can get rid of epsilon [here](https://github.com/kornia/kornia/blob/d474c27328f2c7cfec12aa41c1a9ff3718b24797/kornia/color/hsv.py#L41) because according to [this](https://github.com/pytorch/vision/blob/5339e63148304ce32fd1cbd1e8bb74ea79458691/torchvision/transforms/functional_tensor.py#L335) we can do ` s: torch.Tensor = deltac / torch.where( deltac == 0, torch.ones_like(deltac, device=deltac.device, dtype=deltac.dtype),...

yes I use the noreply address given by github

I remember commit link breakage also happens on github if you change username. so `[email protected]` solution feels fine to me