Skip to content

Commit

Permalink
imports cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxkib committed Sep 14, 2023
1 parent b8d5f79 commit cb87929
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
from types import SimpleNamespace
from typing import List
import subprocess
import argparse
import torch
import torchvision.transforms.functional as TF
import models
import os
import cv2
from tqdm import tqdm
from utility import tensor2rgb, FoldUnfold
from utility import tensor2rgb
from cog import BasePredictor, Input, Path

import torch
Expand Down

0 comments on commit cb87929

Please sign in to comment.