Skip to content

Commit

Permalink
remove unnecessary ipython.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiong-jie-y committed Jun 22, 2021
1 parent 8deec05 commit bdce9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_coco_dataset_from_videos.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def main(model_name, dataset_definition_file, hand_class_ids, output_path, fps,
# ax.plot(list(range(0, len(areas))), areas)
# st.pyplot(fig)

import IPython; IPython.embed()
# import IPython; IPython.embed()

NUM_VAL_PER_NUM = 5
num_added = 0
Expand Down

0 comments on commit bdce9c5

Please sign in to comment.