PixelLink-with-pytorch icon indicating copy to clipboard operation
PixelLink-with-pytorch copied to clipboard

PixelLink-with-pytorch

Results 12 PixelLink-with-pytorch issues
Sort by recently updated
recently updated
newest added

postprocess.py line 89:128 should be changed to 256.

In datasets.py line 351: "label = sample['label'].reshape([-1, 4, 2])", should be changed to "label = np.array(sample['label']['coor']).reshape([-1, 4, 2])". Because sample['label'] is dict type, and it only need coordinates to draw...