Onuralp SEZER
Onuralp SEZER
I came for the calling !! :) @merveenoyan I would like start with -> [semantic_segmentation_fine_tuning_inference.ipynb](https://github.com/huggingface/cookbook/blob/main/notebooks/en/semantic_segmentation_fine_tuning_inference.ipynb) Update PR : https://github.com/huggingface/cookbook/pull/217 opened
@merveenoyan 👋 I would like to start translating both of the notebooks, [fine_tuning_vit_custom_dataset](https://github.com/huggingface/cookbook/blob/main/notebooks/en/fine_tuning_vit_custom_dataset.ipynb) and [fine_tuning_detr_custom_dataset](https://github.com/huggingface/cookbook/blob/main/notebooks/en/fine_tuning_detr_custom_dataset.ipynb), to finish up the current computer vision section. I will also need to review for...
@merveenoyan 👋 hello I notice current latest and dev doesn't have "post_process_keypoint_detection" function and I was able to run via only this pull request branch "https://github.com/huggingface/transformers/pull/33200" Today I read about...
@LinasKo missing function basically converting normalize values to w,h values to position correctly should I finish based on that in current release and finish the PR ?
> @onuralpszr, I need more details. > > 1. Missing function where? Our repo or theirs? > 2. "should I finish based on that in current release and finish the...
@LinasKo I see approve so I am going to move forward based on this PR ("[huggingface/transformers#33200](https://github.com/huggingface/transformers/pull/33200)" ) I am going to finish this PR
> Hey @onuralpszr , > > How's this one going? Is it ready for review, or is there some work left to do? I have small problem when I detect...
> It still seems to be a bit early. > >  > > Installing `python3-dnf5` would require me to override the `dnf5` installed on system packages with the one...
@DemyCode hello and could you accept CLA please 👋
@LinasKo, we should add py.typed to support mypy and follow PEP 561. Additionally, we need to implement a new namespace based on PEP 420. Our IDEs/editors should mostly handle this...