Skip to content

Commit

Permalink
Update SelfSupervisedClassification.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PCdurham committed Jun 21, 2019
1 parent a069f90 commit cdeb1ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/SelfSupervisedClassification.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
OutDPI = 150 #Recommended 150 for inspection 1200 for papers.

'''FILTERING OPTIONS'''
#These parameters offer extra options to smooth the classification outputs. By default they are set
#to be inactive. They are not used or discussed in the paper and poster associated to this code.
MinTiles = 0 #The minimum number of contiguous tiles to consider as a significnat element in the image.
RecogThresh = 0 #minimum prob of the top-1 predictions to keep
SmallestElement = 0 # Despeckle the classification to the smallest length in pixels of element remaining, just enter linear units (e.g. 3 for 3X3 pixels)
Expand Down

0 comments on commit cdeb1ee

Please sign in to comment.