Skip to content

Commit

Permalink
Moved data augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawars committed Sep 18, 2023
1 parent 2a15725 commit 6020b61
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Empty file.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docmae/fine_tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from docmae.models.docmae import DocMAE

from docmae import setup_logging
from docmae.utils.transforms import RandomResizedCropWithUV
from docmae.data.augmentation.random_resized_crop import RandomResizedCropWithUV

logger = logging.getLogger(__name__)

Expand Down
4 changes: 2 additions & 2 deletions tests/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

from docmae.data.doc3d import Doc3D
from docmae.data.docaligner import DocAligner
from docmae.utils.replace_background import ReplaceBackground
from docmae.utils.transforms import RandomResizedCropWithUV
from docmae.data.augmentation.random_resized_crop import RandomResizedCropWithUV
from docmae.data.augmentation.replace_background import ReplaceBackground

os.environ["OPENCV_IO_ENABLE_OPENEXR"] = "1"

Expand Down

0 comments on commit 6020b61

Please sign in to comment.