Skip to content

Commit f09079d

Browse files
committed
[Fix] Remove comments
1 parent 5ec144d commit f09079d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_yolov5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run_yolo(batch, config):
2828
response = requests.get(url)
2929
img = Image.open(BytesIO(response.content)).convert("RGB")
3030

31-
imgsz = 64 # 이미지 사이즈 줄여서 시뮬레이터 체크 가속
31+
imgsz = 64
3232
transform = transforms.Compose([
3333
transforms.Resize((imgsz, imgsz)),
3434
transforms.ToTensor(),

0 commit comments

Comments
 (0)