Open y-tai opened 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
Have you trained with Vietnamese @cong235
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.