akshayi
akshayi
Even I am getting same error
@wuhongsheng and @chlg3321 Have you solved this error, if yes then how?
I need to change this in generator.py ``` canvas[ymin_valid:ymax_valid + 1, xmin_valid:xmax_valid + 1] = np.fmax( 1 - distance_map[ ymin_valid - ymin:ymax_valid - ymin, xmin_valid - xmin:xmax_valid - xmin], canvas[ymin_valid:ymax_valid...
Same doubt
@tiwarikaran have you figure it out?
any updates on pre-trained weights? @KumapowerLIU
Same problem
@viethungtsdv Can you please guide me on how to build this? I tried this `python setup.py build_ext --inplace` but I am getting error It will be great if you can...
@SURFZJY Trying to train of own custom dataset
> I noticed the author make some cordinates changes with ICDAR2015 dataset in util.py with "order_points_clockwise" fuction, could you kindly explain the reason for this? > I known the ICDAR2015...