This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import cv2 | |
| import json | |
| import albumentations as A | |
| from argparse import ArgumentParser | |
| from pathlib import Path | |
| id2title = {2956175: "van", 2956171: "car"} | |
| transforms = A.Compose([A.PadIfNeeded(), A.Normalize()]) | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.