Update pretreatment_rgb.py

This commit is contained in:
Dongyang Jin
2024-05-19 21:52:22 +08:00
committed by GitHub
parent 64fd519fb8
commit 0e7676a5c2
+2 -2
View File
@@ -9,8 +9,8 @@ import numpy as np
import cv2 import cv2
from tqdm import tqdm from tqdm import tqdm
SRC_0 = '../SUSTech1K-Released-2023_mask/' SRC_0 = 'rgb_input_path'
DST_0 = '../SUSTech1K-Released-2023_mask_256128pkl/' DST_0 = 'rgb_pkl_output_path'
SRC = SRC_0 # Path_of_RGB_rearranged SRC = SRC_0 # Path_of_RGB_rearranged
DST = DST_0 # Path_of_RGB_256128pkl_PadResized DST = DST_0 # Path_of_RGB_256128pkl_PadResized