tronghieuit
Results
3
comments of
tronghieuit
def gen_bg_from_image(self, width, height): """ Resize background, let bg_width>=width, bg_height >=height, and random crop from resized background """ if height >= width: height = width - 1 assert width >...
@futureflsl you can see yolov7 libtorch here: https://github.com/tronghieuit/Libtorch-CUDA-YoloV7
@shreyassks hi, you fix this ?