Skip to content

Commit

Permalink
Update oct_restore.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sishenyuan authored Jun 27, 2024
1 parent cfeb504 commit 901d191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/oct_restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from PIL import Image, ImageOps
from torchvision import transforms

from yolo.detect import detect_nurd
from net3inference import ImageVectorDataset, VisionTransformer
from ndnet.detect import detect_nurd
from ncnet import ImageVectorDataset, VisionTransformer
from torch.utils.data import DataLoader
import time
import argparse
Expand Down

0 comments on commit 901d191

Please sign in to comment.