From 0b57870da576d8e8bdcbc2fd933a4f83e030c886 Mon Sep 17 00:00:00 2001 From: Salli Moustafa Date: Wed, 17 Feb 2021 18:04:03 +0100 Subject: [PATCH] Add MindStudio configuration --- .idea/modules.xml | 8 ++++ .idea/sample-objectdetection.iml | 9 ++++ .idea/vcs.xml | 6 +++ .idea/workspace.xml | 73 ++++++++++++++++++++++++++++++++ 4 files changed, 96 insertions(+) create mode 100644 .idea/modules.xml create mode 100644 .idea/sample-objectdetection.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f731a37 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/sample-objectdetection.iml b/.idea/sample-objectdetection.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/sample-objectdetection.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..227f7b3 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file