Skip to content

Commit 5917678

Browse files
test commit
1 parent 5b28e16 commit 5917678

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CoreProcessingPipelineScripts/CNN/Mask_RCNN/training/Check_annotations.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
import os
22
import sys
3-
import itertools
4-
import math
5-
import logging
6-
import json
7-
import re
8-
import random
9-
from collections import OrderedDict
3+
#import itertools
4+
#import math
5+
#import logging
6+
#import json
7+
#import re
8+
#import random
9+
#from collections import OrderedDict
1010
import numpy as np
1111
import matplotlib
12-
import matplotlib.pyplot as plt
13-
import matplotlib.patches as patches
14-
import matplotlib.lines as lines
15-
from matplotlib.patches import Polygon
12+
#import matplotlib.pyplot as plt
13+
#import matplotlib.patches as patches
14+
#import matplotlib.lines as lines
15+
#from matplotlib.patches import Polygon
1616

1717
# Root directory of the project
1818
ROOT_DIR = os.path.abspath("../")

0 commit comments

Comments
 (0)