Closed DineshJoshi2 closed 2 years ago
Is it possible to have a white background instead of green ?
bgr = torch.tensor([120, 255, 155], device=device, dtype=dtype).div(255).view(1, 1, 3, 1, 1)
把[120, 255, 155]改成[255, 255, 255]即可
Is it possible to have a white background instead of green ?