Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
neuralchen committed Apr 20, 2022
1 parent 5181115 commit 1bbc1ef
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 270 deletions.
94 changes: 0 additions & 94 deletions data/CelebA_class.py

This file was deleted.

76 changes: 0 additions & 76 deletions data/aligned_dataset.py

This file was deleted.

90 changes: 0 additions & 90 deletions data/base_dataset.py

This file was deleted.

7 changes: 0 additions & 7 deletions data/data_loader.py

This file was deleted.

2 changes: 0 additions & 2 deletions data/data_loader_Swapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
import torch
import random
from PIL import Image
from pathlib import Path
from torch.utils import data
from torchvision import transforms as T
# from StyleResize import StyleResize

class data_prefetcher():
def __init__(self, loader):
Expand Down
1 change: 0 additions & 1 deletion test_video_swap_multispecific.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import cv2
import torch
import fractions
import numpy as np
from PIL import Image
import torch.nn.functional as F
from torchvision import transforms
Expand Down

0 comments on commit 1bbc1ef

Please sign in to comment.