Skip to content

Commit

Permalink
Merge pull request #14 from IvanKuchin/development
Browse files Browse the repository at this point in the history
Bugfix: incorrect import statement
  • Loading branch information
IvanKuchin authored Jul 23, 2024
2 parents c3ce295 + 0ca9a7f commit 5f9c4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataset/craft_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import time
import tensorflow as tf
import numpy as np
import borders
import os
import sys
import inspect
Expand All @@ -13,6 +12,7 @@

from tools import resize_3d
import config as config
from dataset import borders


DEBUG_DATALOADER = False
Expand Down

0 comments on commit 5f9c4a1

Please sign in to comment.