{"id":26480559,"url":"https://github.com/llwusill/platedetection","last_synced_at":"2026-04-14T01:31:12.737Z","repository":{"id":282213336,"uuid":"947844189","full_name":"llwusill/PlateDetection","owner":"llwusill","description":"OpenCV ve TrOCRProcessor ile Plaka Tanıma Sistemi","archived":false,"fork":false,"pushed_at":"2025-03-13T11:30:14.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T11:33:31.979Z","etag":null,"topics":["opencv","opencv-python","opencv2","plate","plate-recognition","python","trocrprocessor"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/llwusill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-13T10:37:09.000Z","updated_at":"2025-03-13T11:30:18.000Z","dependencies_parsed_at":"2025-03-13T14:01:02.025Z","dependency_job_id":null,"html_url":"https://github.com/llwusill/PlateDetection","commit_stats":null,"previous_names":["llwusill/platedetection"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llwusill%2FPlateDetection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llwusill%2FPlateDetection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llwusill%2FPlateDetection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llwusill%2FPlateDetection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/llwusill","download_url":"https://codeload.github.com/llwusill/PlateDetection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244539153,"owners_count":20468854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["opencv","opencv-python","opencv2","plate","plate-recognition","python","trocrprocessor"],"created_at":"2025-03-20T02:35:25.644Z","updated_at":"2026-04-14T01:31:12.669Z","avatar_url":"https://github.com/llwusill.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plaka Tanıma Sistemi (OCR)\n\n## Genel Bakış\nBu proje, araç plakalarındaki karakterleri algılamak ve tanımak için bir optik karakter tanıma (OCR) sistemi geliştirmeyi amaçlar. Proje, plakaların görüntülerini işlemek, karakterleri tespit etmek ve bu karakterleri metne dönüştürmek için Python tabanlı kütüphaneler kullanır. Google Colab üzerinde GPU desteği ile çalıştırılmıştır.\n\n## Veri Seti\nVeri seti, Google Drive'da aşağıdaki dizinlerde saklanmaktadır:\n- **Görüntüler**: `/content/drive/MyDrive/Plate_System_trOCR/OCR_LP/LP-characters/images`\n- **Anotasyonlar**: `/content/drive/MyDrive/Plate_System_trOCR/OCR_LP/LP-characters/annotations`\n- [DataSet İndirme Linki](https://drive.google.com/drive/folders/19Hc2pLio_kjzAOcnI2R2kb5uvUa7iuyQ?usp=drive_link)\n\nHer plaka görüntüsü için bir XML anotasyon dosyası bulunur ve bu dosyalar plaka üzerindeki karakterleri tanımlar.\n\n## Özellikler\n- **Veri Ön İşleme**: Görüntüler OpenCV ve PIL ile yüklenir, yeniden boyutlandırılır ve \"letterbox\" veya \"crop\" modlarıyla işlenir.\n- **Karakter Algılama**: XML anotasyon dosyalarından plaka metinleri çıkarılır ve YOLO formatındaki koordinatlar mutlak piksel değerlerine dönüştürülür.\n- **Sonuç Çıkarma**: İşlenen veriler bir CSV dosyasına (`lic_labels1.csv`) kaydedilir ve analiz edilir.\n- **Performans Değerlendirmesi**: Test verileri üzerinde doğru karakter ve kelime tahmin oranları hesaplanır.\n\n## Gereksinimler\nProjeyi çalıştırmak için aşağıdaki kütüphanelerin yüklü olması gerekmektedir:\n```bash\npip install numpy pandas matplotlib opencv-python pillow beautifulsoup4 datasets jiwer\n```\n\n## Proje Yapısı\n* Kurulum: Gerekli kütüphaneler Colab ortamında yüklenir (datasets, jiwer).\n* Dizin Oluşturma: Çıktılar /content/output dizinine kaydedilir.\n* Veri İşleme: Görüntü ve anotasyon dosyaları eşleştirilerek bir veri çerçevesine dönüştürülür.\n* Görüntü Ön İşleme: preprocess fonksiyonu ile görüntüler hedef boyuta (örn. width, height) uyarlanır.\n* Karakter Tanıma: XML dosyalarından metin çıkarılır ve performans değerlendirilir.\n* Sonuç Görselleştirme: Matplotlib ile örnek görüntüler ve tahminler gösterilir.\n\n## Kullanım\n1️⃣ Bu depoyu klonlayın:\n```bash\ngit clone https://github.com/llwusill/PlateDetection.git\n```\n\n2️⃣ Google Colab'da projeyi açın ve Google Drive'ınızı bağlayın.\n\n3️⃣ Veri seti yollarını kendi Drive dizininize göre güncelleyin.\n\n4️⃣ Not defterindeki hücreleri sırayla çalıştırarak veriyi işleyin ve sonuçları değerlendirin.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllwusill%2Fplatedetection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllwusill%2Fplatedetection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllwusill%2Fplatedetection/lists"}