fatih akyon
fatih akyon
> Thanks for your contribution. But why we need download a checkpoint from remote GitHub. @zhouzaida because [model_zoo.yml](https://github.com/open-mmlab/mmdetection/blob/master/model_zoo.yml) file may not be available at local.
> Got it. Please add an unittest. Another thing is that the config file can not be obtained from remote because the config is parsed from the local repo. @zhouzaida...
@zhouzaida added tests for `model_info_local=False`.
@zhouzaida `install_from_wheel` does not handle config directory issue: https://github.com/open-mmlab/mim/blob/1bb17cd47d5573f963542395d0f18c82b6d67710/mim/commands/install.py#L543 and `mim install mmdet` calls `install_from_wheel` function: https://github.com/open-mmlab/mim/blob/1bb17cd47d5573f963542395d0f18c82b6d67710/mim/commands/install.py#L217
There is no issue with current requirements, pycocotools can be installed on windows without any issues. The reason for error is obvious, @EasonQYS you have to install VS14 for compilation:...
> Hi @fcakyon , Thanks for your kind PR. We plan to merge this PR this month, do you have time to continue on this? unfortunately i cannot fix the...
It would be nice to support FCAF3D (SOTA in ScanNet, SUN RGB-D, S3DIS) Source code is available on top of mmdet3d base: https://github.com/samsunglabs/fcaf3d
@wHao-Wu we are having the same error when start a training on pointpillars. We cannot lower the cuda and torch versions since our gpu is new. What causes this error...
@rhalbersma unfortunately this repo doesn't take PRs..
@sean-zhuh yes we need a code to perform inference over single tensor, not dataset