Dickson Neoh
Dickson Neoh
Keep us updated! Any chance that the Google cloud instance only has a CPU and not GPU?
I followed the steps in To Reproduce and I face the same error. However, I managed to solve the error with the following. First reinstall pytorch to match the version...
Hi everyone, I notice that with mmdet==2.20.0 the VFNet fails to train with the following error. Any mmdet version above 2.17.0 shows the same error. ``` --------------------------------------------------------------------------- TypeError Traceback (most...
From what i understand this line of code is used to import the config file version from [this ](https://github.com/airctic/mmdetection_configs)repo. It does not affect the mmdet version installed with IceVision. The...
> I have the same issue. > I found a workaround that works ok for the video (not perfect), but doesn't fix the thumbnail. > > Wrap the whole page...
I am working with this dataset https://www.kaggle.com/nischallal/rice-disease-dataset
Thanks @alexheat! The conversion works now. However, I found another issue: there are files with the same filename in different folders. Eg. `valid/blast_orig_001.jpg` and `test/blast_orig_001.jpg` because of this I suspect...
I would like to make an object detector model that can recognize disease on rice leaves. This is one dataset i found that comes with bbox annotations. I agree that...
@HunarAA there is an export script from the YOLOv5 repo that converts the model into tflite. Btw, did anyone get YOLOv5 working with this repo?
@ahmadmustafaanis I'm able to run @dudeperf3ct code with `zenml==0.13.1` and `zenml==0.13.0` Did you install tensorflow using pip? Or using zenml integration eg `zenml integration install tensorflow`?