Closed wangSir0202 closed 5 months ago
Hi, thanks for your interest.
1) Please see the part of ExDark evaluation. We build our pipeline using MAET as the codebase for general datasets like COCO. MAET is established using MMDet, which is compatible with many detectors and datasets.
2) I will update the training code before the conference. Please stay tuned. Thank you.
Thanks for your answer! There is an another question happened when I try to run 'test.py' file. I have filled in the model weight with 'ExDark.pth'. And change the imglist(
def loadimages():
imglist = glob.glob('./ExDark') # Set the dir of your test data
return imglist
). There is a question while I run test.py file:
'''
(base) sheng@sheng-System-Product-Name:~/wxl/DAI-Net$ python test.py
build network
/home/sheng/wxl/DAI-Net/layers/modules/l2norm.py:26: UserWarning: nn.init.constant is now deprecated in favor of nn.init.constant.
init.constant(self.weight,self.gamma)
Traceback (most recent call last):
File "test.py", line 233, in
'''
How can I run your code with ExDark datasets?
Hi, please check the evaluation part of the README file. For ExDark, we refer you to MAET. For experimental setup and data preparation, you could follow the instructions in MAET. And you only need to place our checkpoint into their evaluation code.
Copy that, thanks a lot for your help!
Hi, the training code is uploaded
Dear author,
I just read your paper and started to study your code. I have two questions about the use of the code:
First, in the test.py file, I only see codes related to face detection. How can we modify these codes to apply to general datasets (COCO or VOC datasets) or our own datasets?
Second, When is your training code expected to be updated on GitHub?
Thank you very much for your help.