Luong Quang Dung

Results 1 issues of Luong Quang Dung

Load model by `torch.hub.load()` can be used to export polys bounding box. Example: ``` model = torch.hub.load() img = "path/to/image" pred = model(img) print(pred.polys) ```