Skip to content
Snippets Groups Projects
Commit 49c40b91 authored by Jérôme Botoko Ekila's avatar Jérôme Botoko Ekila
Browse files

fix: comments

parent e0d21e98
No related branches found
No related tags found
No related merge requests found
......@@ -202,13 +202,13 @@ def main() -> None:
args.experiment = "clevr"
args.module_config = "detectron.json"
load_module_config(args)
# split_data()
# move_images()
split_data()
move_images()
generate_masks(
args.use_cuda,
args.module_info,
)
# match_masks()
match_masks()
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment