9699432967e26b77daec34a116a6b9cf3bfb2bdd,deeplabcut/gui/create_training_dataset.py,Create_training_dataset,__init__,#Create_training_dataset#Any#Any#Any#,27
Before Change
aug_text = wx.StaticBox(self, label="Select the augmentation method")
augboxsizer = wx.StaticBoxSizer(aug_text, wx.VERTICAL)
self.aug_choice = wx.ComboBox(self, style=wx.CB_READONLY)
options = ["default", "tensorpack", "imgaug"]
self.aug_choice.Set(options)
self.aug_choice.SetValue("imgaug")
augboxsizer.Add(self.aug_choice, 20, wx.EXPAND | wx.TOP | wx.BOTTOM, 10)
self.hbox1.Add(netboxsizer, 10, wx.EXPAND | wx.TOP | wx.BOTTOM, 5)
self.hbox1.Add(augboxsizer, 10, wx.EXPAND | wx.TOP | wx.BOTTOM, 5)
After Change
aug_text = wx.StaticBox(self, label="Select the augmentation method")
augboxsizer = wx.StaticBoxSizer(aug_text, wx.VERTICAL)
self.aug_choice = wx.ComboBox(self, style=wx.CB_READONLY)
options = ["default", "tensorpack", "imgaug"]
self.aug_choice.Set(options)
self.aug_choice.SetValue("imgaug")
augboxsizer.Add(self.aug_choice, 20, wx.EXPAND | wx.TOP | wx.BOTTOM, 10)
self.hbox1.Add(netboxsizer, 10, wx.EXPAND | wx.TOP | wx.BOTTOM, 5)
self.hbox1.Add(augboxsizer, 10, wx.EXPAND | wx.TOP | wx.BOTTOM, 5)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances
Project Name: AlexEMG/DeepLabCut
Commit Name: 9699432967e26b77daec34a116a6b9cf3bfb2bdd
Time: 2021-03-28
Author: mathis@rowland.harvard.edu
File Name: deeplabcut/gui/create_training_dataset.py
Class Name: Create_training_dataset
Method Name: __init__
Project Name: CellProfiler/CellProfiler
Commit Name: 8c9fe1b80d6caa3b2d13a0e366ce2e5b3c4a8e2a
Time: 2013-08-30
Author: leek@broadinstitute.org
File Name: cellprofiler/gui/plateviewer.py
Class Name: PlateViewer
Method Name: __init__
Project Name: CellProfiler/CellProfiler
Commit Name: c557ec9e035dffa2e33247eb28c57023e15e25e1
Time: 2013-08-28
Author: leek@broadinstitute.org
File Name: cellprofiler/gui/plateviewer.py
Class Name: PlateViewer
Method Name: __init__