程序包 org.wlld.yolo
类 YoloConfig
java.lang.Object
org.wlld.yolo.YoloConfig
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明doubledoubledoubleintintintdoublegetIouTh()intdoubledoublegetPth()doubleintdoubleintintintbooleanvoidsetCheckStepReduce(double checkStepReduce) voidsetContainIouTh(double containIouTh) voidsetConvStudy(double convStudy) voidsetCoreNumber(int coreNumber) voidsetEnhance(int enhance) voidsetHiddenNerveNub(int hiddenNerveNub) voidsetIouTh(double iouTh) voidsetKernelSize(int kernelSize) voidsetLineStudy(double lineStudy) voidsetPth(double pth) voidsetRegular(double regular) voidsetRegularModel(int regularModel) voidsetShowLog(boolean showLog) voidsetStepReduce(double stepReduce) voidsetTypeNub(int typeNub) voidsetWindowHeight(int windowHeight) voidsetWindowWidth(int windowWidth)
-
构造器详细资料
-
YoloConfig
public YoloConfig()
-
-
方法详细资料
-
getCoreNumber
public int getCoreNumber() -
setCoreNumber
public void setCoreNumber(int coreNumber) -
getRegularModel
public int getRegularModel() -
setRegularModel
public void setRegularModel(int regularModel) -
getStepReduce
public double getStepReduce() -
setStepReduce
public void setStepReduce(double stepReduce) -
getRegular
public double getRegular() -
setRegular
public void setRegular(double regular) -
getCheckStepReduce
public double getCheckStepReduce() -
setCheckStepReduce
public void setCheckStepReduce(double checkStepReduce) -
getPth
public double getPth() -
setPth
public void setPth(double pth) -
getContainIouTh
public double getContainIouTh() -
setContainIouTh
public void setContainIouTh(double containIouTh) -
getIouTh
public double getIouTh() -
setIouTh
public void setIouTh(double iouTh) -
getEnhance
public int getEnhance() -
setEnhance
public void setEnhance(int enhance) -
getKernelSize
public int getKernelSize() -
setKernelSize
public void setKernelSize(int kernelSize) -
getWindowWidth
public int getWindowWidth() -
setWindowWidth
public void setWindowWidth(int windowWidth) -
getWindowHeight
public int getWindowHeight() -
setWindowHeight
public void setWindowHeight(int windowHeight) -
getTypeNub
public int getTypeNub() -
setTypeNub
public void setTypeNub(int typeNub) -
getHiddenNerveNub
public int getHiddenNerveNub() -
setHiddenNerveNub
public void setHiddenNerveNub(int hiddenNerveNub) -
getLineStudy
public double getLineStudy() -
setLineStudy
public void setLineStudy(double lineStudy) -
isShowLog
public boolean isShowLog() -
setShowLog
public void setShowLog(boolean showLog) -
getConvStudy
public double getConvStudy() -
setConvStudy
public void setConvStudy(double convStudy)
-