mirror of https://github.com/YifanXu74/MQ-Det.git
|
||
---|---|---|
.. | ||
README.md | ||
__init__.py | ||
amp.py | ||
big_model_loading.py | ||
c2_model_loading.py | ||
checkpoint.py | ||
collect_env.py | ||
comm.py | ||
custom_bert_modeling_outputs.py | ||
custom_util.py | ||
cv2_util.py | ||
dist.py | ||
ema.py | ||
env.py | ||
flops.py | ||
fuse_helper.py | ||
fuse_helper_cat.py | ||
fuse_helper_q.py | ||
fuse_helper_q_noparam.py | ||
fuse_helper_sim.py | ||
imports.py | ||
logger.py | ||
mdetr_dist.py | ||
metric_logger.py | ||
miscellaneous.py | ||
model_serialization.py | ||
model_zoo.py | ||
pretrain_model_loading.py | ||
registry.py | ||
shallow_contrastive_loss_helper.py | ||
stats.py | ||
torch_dropout.py |
README.md
Utility functions
This folder contain utility functions that are not used in the core library, but are useful for building models or training code using the config system.