Onuralp SEZER

Results 211 comments of 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. > > ![{99D35AEA-4D37-4DDD-AE08-60F9D0DB8F71}](https://private-user-images.githubusercontent.com/49605954/381836987-a296b0fb-c8a8-45d1-913c-c912fba6067c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzAzNTQxMDUsIm5iZiI6MTczMDM1MzgwNSwicGF0aCI6Ii80OTYwNTk1NC8zODE4MzY5ODctYTI5NmIwZmItYzhhOC00NWQxLTkxM2MtYzkxMmZiYTYwNjdjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMzElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDMxVDA1NTAwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdhZTJjOTI5ZGVlNTJlM2ExNjczMThiMDg1ZTkxNzkyNmU3NTY0MjljOGVlNjljZmZiNjM0YWM2NWUwZTlmYzUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4b59K7F7v6Y8_HyeYR3HteHGujsI01VFFQKcyerm-Bg) > > 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...