fatih akyon
fatih akyon
## Motivation We want to parse model info from remote when using download function. Fixes https://github.com/open-mmlab/mim/issues/51 ## Modification add `model_info_local` argument to `download` function. ## BC-breaking (Optional) Previous usage is...
Hello @zhouzaida, @ZwwWayne , ## steps to reproduce: - install mmdet, mmcv-full and mim via pip: ```bash pip install -U mmdet mmcv-full mim==0.1.2 ``` - or install mmdet via mim:...
At the moment download function assumes there is a `model_zoo.yml` file in local mmdet/mmcls package dir. But when installed from wheel, these packages does not include model_zoo.yml file. Thus, download...
Currently [LoadImageFromFile](https://github.com/fcakyon/mmdetection/blob/ff9bc39913cb3ff5dde79d3933add7dc2561bab7/mmdet/datasets/pipelines/loading.py#L66) pipeline doesnt support loading mmcv image backends as `pillow,tifffile...` but [mmcv](https://github.com/open-mmlab/mmcv/blob/b8d78336a791a2c1dda294890da35c8a5013cc77/mmcv/image/io.py#L165) supports it. This PR adds the support of using other mmcv image backends.
Its a high performing zero shot object detector with changeable vocabulary: https://github.com/facebookresearch/Detic
**adds continious integration ([on macos/linux/windows with python 3.6-8](https://github.com/fcakyon/micrograd/actions/runs/81750564)), pypi publish and conda publish workflows using github actions** adds features: - automatically performs style check and unittests at every push/merge to...
FIrst of all, thanks a lot for this useful library :) @jsbroks there are some important fixes committed after v0.1.12 release. When are you planning to publish the v0.1.13 release...
Thanks for sharing this great work! How to perform single image and single query inference? I only see scripts for batch testing and training. Bests
## steps to reproduce: inside vscode remote container using the `.devcontainer` config: ```bash poetry run python train.py task=object_detection models=object_detection/votenet2 model_name=VoteNetMink data=object_detection/scannet-sparse ``` ## error: ```bash Exception has occurred: TypeError (note:...
## Steps to reproduce: - git clone repo - update 6th line in `.devcontainer/devcontainer.json` as `"dockerFile": "Dockerfile.gpu",` - select `remote-container: rebuild and repoen in container` in vscode command palette ##...