Skip to content

Conversation

@int11
Copy link

@int11 int11 commented Aug 21, 2025

Include the following four modifications.

configs/base/dfine_hgnetv2.yml: The weight file is currently being downloaded to an unusual location. Modified so that it downloads directly into the project folder for convenience.

configs/deim_dfine/deim_hgnetv2_n_coco.yml: The output_dir in this file is inconsistent with other models. Updated to maintain consistency.

configs/deim_dfine/dfine_hgnetv2_n_coco.yml: This file is the only one that directly specifies total_batch_size in train_dataloader and val_dataloader. Because of this, as noted in the README, modifying total_batch_size in configs/base/dataloader.yml does not properly affect training when using deim_hgnetv2_n. Fixed for consistency with the intended configuration behavior.

engine/backbone/hgnetv2.py: When training with a single GPU, the rank-checking function for loading HGNetV2 pretraining weights causes an error. This has been corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants