Hassan Bin Haroon
Hassan Bin Haroon
@Alexanderisgod @wavelet2008 Try this easy and quick inference on Google Colab. [GroundingDINO-Inference](https://github.com/HassanBinHaroon/GroundingDINO-Inference)
How to use your own trained model?
@YunChangLi I have the idea but I just want to confirm. My model is still on training. After the training completion, I'll try to execute that.
Training and testing configuration should be same for training and testing. Deep models do depend upon training circumstances. If you test with different (or sometimes slightly) circumstances, then the results...
@xu5zhao and all Try this easy and quick inference on Google Colab. [GroundingDINO-Inference](https://github.com/HassanBinHaroon/GroundingDINO-Inference)
@ucas010 Try this easy and quick inference on Google Colab. [GroundingDINO-Inference](https://github.com/HassanBinHaroon/GroundingDINO-Inference)
> In my case, `CUDA_HOME` can be automatically set via 'torch'. However, I met this bug because installing `GroundingDINO` without a GPU. After reinstalling it with GPU, it runs normally....
> > You should set `CUDA_HOME` before installing the repo~ here is an example > > ```shell > > export CUDA_HOME=/path/to/cuda-11.3/ > > pip install ... > > ``` >...
@kitchxia Try this easy and quick inference on Google Colab. [GroundingDINO-Inference](https://github.com/HassanBinHaroon/GroundingDINO-Inference)
Probably yes, the issue appeared to me when I ran setup.py script. The pytorch has to be installed before executing the command for setup.py On Wed, 10 May 2023, 9:18...