MEYER Adrien

Results 5 issues of MEYER Adrien

When using mim.train with specified number of GPUs, training is done on the specified GPUs, but logged config is not updated accordingly. ```python from mim import train work_dir = "/xxx"...

### What's the feature? When using concat_dataset and stipuling a output jsonfile, one file is generated per element and overwrite the previous one. At the same time, multiples datasets can...

mmdetection implement BiMultiHeadAttention, used in grounding dino. Why does this reimplement the whole multiheadatt ? Is this different that doing A B cross attention AB cross attention BA as illustrated...

``` 2020-04-21 15:10:25.662351: Start training... 2020-04-21 15:10:25.662382: Setting up Saver... Traceback (most recent call last): File "main.py", line 83, in main(args) File "main.py", line 75, in main model.train() File "....../model.py",...

Hello, will this be integrated in the official mmdet library? Thanks