backtime92 / CRAFT-Reimplementation

CRAFT-Pyotorch:Character Region Awareness for Text Detection Reimplementation for Pytorch
464 stars 157 forks source link

train problem #21

Open y-tai opened 5 years ago

y-tai commented 5 years ago

In the file trainic15data.py

`from augmentation import random_rot, crop_img_bboxes'

'from gaussianmap import gaussion_transform, four_point_transform'

'from generateheatmap import add_character, generate_target, add_affinity, generate_affinity, sort_box, real_affinity, generate_affinity_box'

'from mseloss import Maploss`

I can't find the file augmentation and generateheatmap. Could you tell me how to get them. Thank you.

uname0x96 commented 5 years ago

just delete all line what give you error

On Mon, Oct 14, 2019 at 14:54 邰阳 notifications@github.com wrote:

In the file trainic15data.py

from augmentation import random_rot, crop_img_bboxes from gaussianmap import gaussion_transform, four_point_transform from generateheatmap import add_character, generate_target, add_affinity, generate_affinity, sort_box, real_affinity, generate_affinity_box from mseloss import Maploss

I can't find the file augmentation and generateheatmap. Could you tell me how to get them. Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/backtime92/CRAFT-Reimplementation/issues/21?email_source=notifications&email_token=AD67JLCVJCLDBQ44HYSPY4LQOQQR7A5CNFSM4JALX5XKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRQRGCA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD67JLHMY2NTFRZFG6I44DDQOQQR7ANCNFSM4JALX5XA .

--

Nguyen Thanh Cong Mobile: +84985235845 E-mail: nguyenthanhcongsoict@gmail.com nguyenthanhcongsoict@homail.com nguyenthanhcongsoict@yahoo.com

ThanhNhann commented 4 years ago

Have you trained with Vietnamese @cong235