sahi
sahi copied to clipboard
Framework agnostic sliced/tiled inference + interactive ui + error analysis plots
Merhaba @fcakyon Hocam , - [X] import_utils.py dosyasındaki [yanlış link](https://github.com/obss/sahi/blob/main/sahi/utils/import_utils.py#L6) hatasını düzelttim.
The resulting segmentations from SAHI are filled polygons. As far as I know coco format segmentations are usually a list of polygon vertices. I am training using detectron, can that...
Testlerden geçebilmesi için tensorflow ve tensorflow_hub kütüphanelerin kurulması gerekiyor. - package_testing.yml - ci.yml ``` - name: Install tensorflow and tensorflow_hub run: > pip install tensorflow pip install tensorflow_hub ``` Bu...
In the [paper](https://arxiv.org/abs/2202.06934) we only utilized standard NMS and IOU. The NMM and IOS will be discussed in a follow-up paper. For now you can consider NMM as non-maximum merging,...
- [Introduction to SAHI](https://medium.com/codable/sahi-a-vision-library-for-performing-sliced-inference-on-large-images-small-objects-c8b086af3b80) - [Official paper](https://arxiv.org/abs/2202.06934) (NEW) - [Video inference support is live](https://github.com/obss/sahi/issues/457) (NEW) - [Kaggle notebook](https://www.kaggle.com/remekkinas/sahi-slicing-aided-hyper-inference-yv5-and-yx) - [Satellite object detection](https://blog.ml6.eu/how-to-detect-small-objects-in-very-large-images-70234bab0f98) - [Error analysis plots & evaluation](https://github.com/obss/sahi/issues/356) - [Interactive...
I am working on Megvii yolox to detect small objects, but I find it hard to add sahi to Megvii yolox. Can you update code to wrap sahi to Megvii...
…del #497
automatically check if SAHI version is up-to-date similar to https://github.com/layerai/sdk/pull/165