fatih akyon

Results 55 issues of fatih akyon

Thanks for this awesome package! I have a question on the mot data format you need. [Here](https://github.com/cheind/py-motmetrics/blob/6597e8a4ed398b9f14880fa76de26bc43d230836/motmetrics/io.py#L82) you require the last 3 elements of each line to be `Confidence`, `ClassId`,...

> ```python > url = 'https://drive.google.com/uc?id=0B9P1L--7Wd2vNm9zMTJWOGxobkU' > > # 1) pass filename > output = '/tmp/spam/20150428_collected_images.tgz' > gdown.download(url, output, quiet=False) > > # 2) pass dirname (filename is retrieved from...

bug

This works: ```python metric=evaluate.load('f1') metric.compute(references=[0, 1, 0, 1, 0], predictions=[0, 0, 1, 1, 0], average=None) ``` This won't work: ```python metric=evaluate.combine(["f1"]) metric.compute(references=[0, 1, 0, 1, 0], predictions=[0, 0, 1, 1,...

I cannot find the [export_2d_annotations_as_json.py](https://github.com/lyft/nuscenes-devkit/commit/e4efd52a9630959a5b890e1575b58cab145e2441#diff-d423328b3542047f325a51be0833757e) file in the updated repo. Is there any new method to create 2D bounding boxes by projecting 3D labels?

enhancement

Our paper has been accepted by ICIP 2022 (oral), has 8+ citations, python package has 300k+ downloads * **Slicing Aided Hyper Inference and Fine-tuning for Small Object Detection** [[Paper]](https://arxiv.org/abs/2203.15266) [[Code]](https://github.com/obss/sahi)...

I am currently developing a model finetuning platform utilizing this awesome package :+1: However I need more logger support. I want to contribute [neptune.ai](https://neptune.ai) and [layer.ai](https://layer.ai) logger/experiment tracking supports to...

feature request

Why not hosting pretrained weights in github repository release? You can upload files having GBs of size into repository release. And using a simple get request function, weights can be...

Hello, datefinder is a great package however only [pypi distibution](https://pypi.org/project/datefinder/) is present and it is not possible for anyone to use this package in a project if they want to...

add python scripts to automatically download model weights.

enhancement