Skip to content

Commit

Permalink
Update auto_labeling.py
Browse files Browse the repository at this point in the history
  • Loading branch information
QIN2DIM committed Oct 25, 2023
1 parent 6aa00b2 commit 5976a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/auto_labeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)
from tqdm import tqdm

from flow_card import datalake_card
from flow_card import flow_card

logging.basicConfig(
level=logging.INFO, stream=sys.stdout, format="%(asctime)s - %(levelname)s - %(message)s"
Expand Down Expand Up @@ -138,7 +138,7 @@ def run():

images_dir = Path(__file__).parent.parent.joinpath("database2309")

for card in datalake_card:
for card in flow_card:
# Filter out the task cards we care about
if "furniture" not in card["joined_dirs"]:
continue
Expand Down

0 comments on commit 5976a2f

Please sign in to comment.