-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Tensorflow Hub detector support #501
Conversation
@kadirnar Su sekilde versiyon belirtebiliriz: - name: Install tensorflow(2.9.1) and tensorflow_hub(0.12.0)
run: >
pip install tensorflow==2.9.1
pip install tensorflow_hub==0.12.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vazgectim bu degisiklikten.
@fcakyon test kodları paket kurulumlarından geçemiyor. Bunun için nasıl düzeltme yapmalıyım? (Bu düzeltmeden sonra reformat yapacağım) |
Testlerin calismasi icin black ve isort ile reformat yapip pushlaman gerekiyor. Linting'de takilmis tum testler. |
@kadirnar su doctaki bilgiyi kullanarak tensorflow icin otomatik device secme eklememiz gerekiyor bu PRi mergeleyebilmemiz icin: https://www.tensorflow.org/guide/gpu#overview ONEMLI NOT: maindeki son degisiklikleri mergeldim, localinde calismaya baslamadan once pullasan cok iyi olur 👍 |
Auto device kodlarını nasıl entegre etmemi tavsiye edersiniz? Yoksa Örnek Kod:
Ayrıca test kodlarını çalıştırırken torch kütüphanesini de yüklemek zorunda oluyorum. (SAHI torch kütüphanesi ile yazıldığı için normal olduğunu düşündüm) https://github.com/obss/sahi/blob/main/sahi/model.py#L668 |
Evet şu anda torch SAHI’de zorunlu dependency. device olayı için şöyle bir şey yapabiliriz: tensofflubhubdetectionmodel içinde set_device fonksiyonunu yeniden tanımlayabilirsin yazdığın şekilde |
Hata mesajı ve kodlar için öneriniz var mı? Yoksa bu şekilde göndereceğim. |
Güzel olmuş eline sağlık, try except’e gerek olmayabilir. torch’ta yaptığımız gibi try except yapmadan set edebiliriz gpu/cpu |
Readme.md dosyasındaki reformatter kodu hata veriyor. Eski reformatter kodunu çalıştırdım. |
Co-authored-by: fatih <34196005+fcakyon@users.noreply.github.com>
Co-authored-by: fatih <34196005+fcakyon@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
67-69 satirlari arasinin silinmesi, onun yerine set_device fonksiyonu cagirilarak device ayarlanmasi gerekiyor
Testlerden geçebilmesi için tensorflow ve tensorflow_hub kütüphanelerin kurulması gerekiyor.
Bu format uygun mudur? @fcakyon