-
env: mmdetection 3.0.0
os :18.04
mmcv:2.0.0
i follow this index https://github.com/open-mmlab/mmdetection/blob/v3.0.0/docs/en/user_guides/semi_det.md
i make cocodataset . run python ./tools/t…
-
Cool, I find your work to be very fascinating. I am currently in the process of revising a paper and need to add a comparative experiment. My dataset is in the .mat format (train.mat and test.mat), an…
-
My team and I have been using OpenVINO for a couple of years now, deploying our converted Tensorflow models to the edge as IR Format models. Recently I have been trying to move towards using Pytorch, …
j99ca updated
2 weeks ago
-
Usually in python iterators stop when the StopIteration exception is raised.
But I saw that the length of the data loader is a strange number (where I expected infinity since it's usually up to the…
-
Thanks for your amazing work! I try to train on customized dataset, when after 2 days training, I got some error in the calcuation of lpips, the traceback as follow:
```
File "/share_graphic…
-
Hi, i'm currently trying to find a way to load images and text using ImagenTrainer and the Dataset functions the library provides, i'm a bit confused as there doesnt really seem to be proper documenta…
-
Hey,
Thanks for the great work and releasing the code. I was wondering how to set the ratio(76/64) at the resize part here https://github.com/Yuheng-Li/MixNMatch/blob/21095b3581c7d47f67ed1bb360ca8a…
-
Hello,
I am new to the MMDetection framework and I would like to train different models on my dataset, to compare their performance with my model. I used this tutorial:
https://mmdetection.readt…
-
Is there any instruction on how to fine tune it for my dataset?
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the exp…