pytorch-DEX icon indicating copy to clipboard operation
pytorch-DEX copied to clipboard

How can I train the network using my own datasets?

Open ReedZyd opened this issue 5 years ago • 6 comments

I used your model file, but got an error of about 8-10 years old. I want to re-use the data set for training. What should I do?

ReedZyd avatar Mar 24 '19 02:03 ReedZyd

Thanks for your work! Could you share the script of train/val? @siriusdemon

YOKE avatar Mar 25 '19 12:03 YOKE

Refer to its Home Page , you can find the dataset and train/val prototxt. @ReedZyd @YOKE

I used your model file, but got an error of about 8-10 years old. I want to re-use the data set for training. What should I do?

For your problem, you can follow the origin paper: crop the face firstly, then apply the dex network to the cropped face.

siriusdemon avatar Mar 26 '19 02:03 siriusdemon

do you have the code for the hole project? including face cropping and training.

cliobeach avatar Jun 26 '19 15:06 cliobeach

Nope.

For face cropping, you can use PCN or facessh or any other face detector you can find. PCN has already provided a face cropping function.

For face training, you can refer to Home Page for more details.

siriusdemon avatar Jun 27 '19 03:06 siriusdemon

thanks, i will try later

---Original--- From: "Sirius Demon"[email protected] Date: Thu, Jun 27, 2019 11:14 AM To: "siriusdemon/pytorch-DEX"[email protected]; Cc: "cliobeach"[email protected];"Comment"[email protected]; Subject: Re: [siriusdemon/pytorch-DEX] How can I train the network using my own datasets? (#2)

No yeah.

For face cropping, you can use PCN or facessh or any other face detector you can find. PCN has already provided a face cropping function.

For face training, you can refer to Home Page for more details.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

cliobeach avatar Jul 02 '19 03:07 cliobeach

thanks,i will try later。

---Original--- From: "Sirius Demon"[email protected] Date: Thu, Jun 27, 2019 11:14 AM To: "siriusdemon/pytorch-DEX"[email protected]; Cc: "cliobeach"[email protected];"Comment"[email protected]; Subject: Re: [siriusdemon/pytorch-DEX] How can I train the network using my own datasets? (#2)

No yeah.

For face cropping, you can use PCN or facessh or any other face detector you can find. PCN has already provided a face cropping function.

For face training, you can refer to Home Page for more details.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

cliobeach avatar Jul 03 '19 13:07 cliobeach