Mathias Réus
Mathias Réus
Hello, I'm currently exploring the Detection ReID task, which is distinct from the MOT task but has strong ties to the detection task. Notably, implementations like [PSTR](https://github.com/JialeCao001/PSTR) and [AlignPS](https://github.com/daodaofr/AlignPS) have...
## Motivation When I was trying to run a small notebook to explore the Obj365 dataset I get an error of a numpy depreciation. Since numpy 1.20, the use of...
I ran the inference code with `as_two_stage=True` in the config file. And there is an error I see in you code, notably in `PSTRHead` and `PstrTransfomer` you provide `if else`...
Hello, In the [base config](https://github.com/open-mmlab/mmdetection/blob/main/configs/mm_grounding_dino/grounding_dino_swin-t_pretrain_obj365.py) of MM Grounding DINO, the `train_pipeline` has a [`RandomCrop`](https://github.com/open-mmlab/mmdetection/blob/cfd5d3a985b0249de009b67d04f37263e11cdf3d/mmdet/datasets/transforms/transforms.py#L788) with its `allow_negative_crop` set to `True`. Namely, the pipeline can produce an image with no bounding...
Hello, First thanks for the plugin. I daily have been using this version of the quick switcher on a daily basis since 2 years, it's great. In the last update...
Hello, Thanks for sharing this mapping and the instructions for adding the layout to X11. I lose the layout on an update of `xkb-data` Do you a way to add...
Hello, I am starting to use NePS for HPO. I see that there is a [class](https://github.com/automl/neps/blob/54da616e3eb019bcff161ea099148d77e3edf550/neps/plot/tensorboard_eval.py#L58) for logging in TensorBoard which is great. Are you interested to make an interface...
Hi, The multi-fidelity by PriorBand is not applied correctly, probably because I did not configure the Optimizer. I would like to know if it's normal or I misunderstood something about...
Hi, I have a question about the choice of the argument `previous_pipeline_directory` in `run_pipeline.` I browsed the code and it seems that the optimizer is responsible to get the previous...