Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unused Field #33

Open
dikshaaswal opened this issue Jul 19, 2020 · 6 comments
Open

Unused Field #33

dikshaaswal opened this issue Jul 19, 2020 · 6 comments

Comments

@dikshaaswal
Copy link

Thanks for the code,
I have the issue :

Unused field: 'iou_normalizer = 0.5'
Unused field: 'cls_normalizer = 1.0'
Unused field: 'iou_loss = ciou'
Unused field: 'nms_kind = greedynms'
Unused field: 'beta1 = 0.6'
95 route 91
96 conv 128 1 x 1 / 1 38 x 38 x 256 -> 38 x 38 x 128 0.095 BF
97 upsample 2x 38 x 38 x 128 -> 76 x 76 x 128
98 route 97 36
99 conv 128 1 x 1 / 1 76 x 76 x 384 -> 76 x 76 x 128 0.568 BF
100 conv 256 3 x 3 / 1 76 x 76 x 128 -> 76 x 76 x 256 3.407 BF
101 conv 128 1 x 1 / 1 76 x 76 x 256 -> 76 x 76 x 128 0.379 BF
102 conv 256 3 x 3 / 1 76 x 76 x 128 -> 76 x 76 x 256 3.407 BF
103 conv 128 1 x 1 / 1 76 x 76 x 256 -> 76 x 76 x 128 0.379 BF
104 conv 256 3 x 3 / 1 76 x 76 x 128 -> 76 x 76 x 256 3.407 BF
105 conv 255 1 x 1 / 1 76 x 76 x 256 -> 76 x 76 x 255 0.754 BF
106 yolo
Unused field: 'iou_normalizer = 0.5'
Unused field: 'cls_normalizer = 1.0'
Unused field: 'iou_loss = ciou'
Unused field: 'nms_kind = greedynms'
Unused field: 'beta1 = 0.6'

Why is it there unused fields. Am I doing something wrong here.

and Also not showing IOU and CIOU values while training. Can you help me out in it?

@Zzh-tju
Copy link
Owner

Zzh-tju commented Jul 19, 2020

you must have used some other repositories and just used the cfg file provided in this repo.

@dikshaaswal
Copy link
Author

I am using this repo only. But for darknet have downloaded the darknet into this repo otherwise how run this instruction
./darknet detector train ./cfg/coco-ciou.data ./cfg/coco-ciou.cfg

@Zzh-tju
Copy link
Owner

Zzh-tju commented Jul 19, 2020

Did you compile? make -j8, then
./darknet detector train cfg/voc-diou.data cfg/voc-diou.cfg darknet53.conv.74 -gpus 0,1

@dikshaaswal
Copy link
Author

dikshaaswal commented Jul 19, 2020

@Zzh-tju
Okay the steps i followed other than your repo were:
git clone https://github.com/kriyeng/darknet/
make
copied ./darknet file into the same folder DIoU darknet.

@ywx-hub
Copy link

ywx-hub commented Oct 4, 2020

@Zzh-tju
Okay the steps i followed other than your repo were:
git clone https://github.com/kriyeng/darknet/
make
copied ./darknet file into the same folder DIoU darknet.

Hello,I also meet this problem.
Have you already sloved this problem?

@dikshaaswal
Copy link
Author

No, The problem is not solved yet.

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

No branches or pull requests

3 participants