64c0ea557df21a7585f6fd0fef9d1b0c20f2da3d,DeepPATH_code/00_preprocessing/0b_tileLoop_deepzoom4.py,,,#,646
Before Change
elif opts.xmlfile != "":
xmldir = os.path.join(opts.xmlfile, opts.basenameJPG + ".xml")
print("xml:")
print(xmldir)
if os.path.isfile(xmldir):
if (opts.mask_type==1) or (opts.oLabelref!=""):
// either mask inside ROI, or mask outside but a reference label exist
After Change
opts.xmlfile = ""
try:
if opts.normalize is not None:
opts.normalize = [float(x) for x in opts.normalize.split(",")]
if len(opts.normalize) != 6:
opts.normalize = ""
parser.error("ERROR: NO NORMALIZATION APPLIED: input vector does not have the right length - 6 values expected")
else:
opts.normalize = ""
except:
opts.normalize = ""
parser.error("ERROR: NO NORMALIZATION APPLIED: input vector does not have the right format")
//if ss != "":
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 5
Instances Project Name: ncoudray/DeepPATH
Commit Name: 64c0ea557df21a7585f6fd0fef9d1b0c20f2da3d
Time: 2019-11-19
Author: coudrn01@bigpurple-ln2.cm.cluster
File Name: DeepPATH_code/00_preprocessing/0b_tileLoop_deepzoom4.py
Class Name:
Method Name:
Project Name: pymc-devs/pymc3
Commit Name: 9ef50183c43700fea3bfbacaa70b2283631373e8
Time: 2013-04-14
Author: jsalvatier@gmail.com
File Name: pymc/progressbar.py
Class Name: ProgressBar
Method Name: animate_ipython
Project Name: aws/sagemaker-python-sdk
Commit Name: d0c676488695225233192e9fbe6d0e191c37e125
Time: 2019-08-20
Author: ishaaqc@amazon.com
File Name: src/sagemaker/session.py
Class Name: Session
Method Name: logs_for_job
Project Name: dPys/PyNets
Commit Name: bb320b5f7f499fcd4aedd93de017d4dd6cc47f15
Time: 2019-07-09
Author: dpisner@utexas.edu
File Name: pynets/stats/netstats.py
Class Name:
Method Name: raw_mets