Vijesh KP
Vijesh KP
Please make sure input pdf is flattern****
import cv2 def trimap_process(mask,trimap_threshold=20): #cv2 edges = cv2.Canny(mask, 100, 200) kernel = np.ones((trimap_threshold, trimap_threshold), np.uint8) expanded_edges = cv2.dilate(edges, kernel, iterations=1) expanded_mask = mask.copy() expanded_mask[expanded_edges > 0] = 128 # Assign...
Hi @jackmvision , 2.x working !! torch == 2.0.0 torch-fidelity==0.3.0 torchmetrics ==1.4.0.post0 torchvision==0.14.1
I am closing this issue !! Thanks
Hi @zsf882299 You can download from here : https://drive.google.com/uc?id=1ghvzYXdmiCuX5I757id73jWuRLMCzXAX
@zardamhussain you can use https://3dviewer.net/#