darknet_face_with_landmark icon indicating copy to clipboard operation
darknet_face_with_landmark copied to clipboard

make error

Open huanpig opened this issue 4 years ago • 18 comments

version.h fatal error

huanpig avatar May 19 '20 07:05 huanpig

I upload the version.h, you can pull and try again!

DayBreak-u avatar May 19 '20 07:05 DayBreak-u

ok,thank you ! but it can not train, also; ./darknet detector train data/face.data cfg/mbv2_yolov3_face.cfg -gpus 1,2,3,4 ,it's wrong?

huanpig avatar May 19 '20 08:05 huanpig

@huanpig Do you have any specific error messages?

DayBreak-u avatar May 19 '20 08:05 DayBreak-u

Create 64 permanent cpu-threads or min_batch = * batch = * time_steps = *, it will stop

huanpig avatar May 19 '20 08:05 huanpig

@huanpig Try training on a single gpu,maybe you should change the batch and subdivisions

DayBreak-u avatar May 19 '20 08:05 DayBreak-u

no ,it will stop again

huanpig avatar May 19 '20 08:05 huanpig

what's the difference bwtween origin darknet and yours?

huanpig avatar May 19 '20 08:05 huanpig

@huanpig I only change the data.c yolo_layer.c utils.c

DayBreak-u avatar May 19 '20 08:05 DayBreak-u

it can run at your computer?

huanpig avatar May 19 '20 08:05 huanpig

@huanpig yes! you can run AlexeyAB's darknet?

DayBreak-u avatar May 19 '20 08:05 DayBreak-u

can run origin darknet, Alex's ,,, i do not know

huanpig avatar May 19 '20 08:05 huanpig

error in ./darknet double free or corruption(!prev)

huanpig avatar May 19 '20 08:05 huanpig

and i want to konw , what's the meaning of -1 in retinaface's landmark?thank you

huanpig avatar May 20 '20 01:05 huanpig

@huanpig -1 means not mark this face, because to small or blur

DayBreak-u avatar May 20 '20 02:05 DayBreak-u

how about face cut off by picture,for example , only eye is reveal, it's also -1 for all landmark?

huanpig avatar May 20 '20 03:05 huanpig

Warning: in txt-labels class_id = -1 > = classes = 1 in cfg-file, in txt-labels class_id should be [from 0 to 0]. truth.x = -1.000 ........ when run widerface data,it will show these and stop ,is threr some errors in cfg.file?

huanpig avatar May 20 '20 08:05 huanpig

./src/yolo_layer.c:724:21: error: ‘for’ loop initial declarations are only allowed in C99 mode for (int i = 0 ; i< l.classes + 1 ; i++){ ^ compilation terminated due to -Wfatal-errors.

?? centos7 gcc-4.8.5-36.el7_6.2.x86_64

Ray507 avatar May 21 '20 07:05 Ray507

Warning: in txt-labels class_id = -1 > = classes = 1 in cfg-file, in txt-labels class_id should be [from 0 to 0]. truth.x = -1.000 ........ when run widerface data,it will show these and stop ,is threr some errors in cfg.file?

you should modify data.c by change 5*boxes to (10+4+1)*boxes

Ronales avatar Mar 11 '21 06:03 Ronales