huxycn
huxycn
> Make sure that (1) Your cuDNN version is compatible with your CUDA version and (2) Your cuDNN files are copied to the correct directory under CUDA path. > >...
I had the same problem both on custom dataset and ADE20K, have you figured out why or solved it ?
> tools/utils.py文件: > > ```python > def homograpthy_g2im(cam_pitch, cam_height, K): > # transform top-view region to original image region > R_g2c = np.array([[1, 0, 0], > [0, np.cos(np.pi / 2...
there are a lot of parameters can be tuned in SamAutomaticMaskGenerator ``` mask_generator = SamAutomaticMaskGenerator( # model: Sam, # points_per_side: Optional[int] = 32, # points_per_batch: int = 64, # pred_iou_thresh:...