public class YoloConfig extends Object
| 构造器和说明 |
|---|
YoloConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getCheckStepReduce() |
double |
getContainIouTh() |
double |
getConvStudy() |
int |
getCoreNumber() |
int |
getEnhance() |
int |
getHiddenNerveNub() |
double |
getIouTh() |
int |
getKernelSize() |
double |
getLineStudy() |
double |
getPth() |
double |
getRegular() |
int |
getRegularModel() |
double |
getStepReduce() |
int |
getTypeNub() |
int |
getWindowHeight() |
int |
getWindowWidth() |
boolean |
isShowLog() |
void |
setCheckStepReduce(double checkStepReduce) |
void |
setContainIouTh(double containIouTh) |
void |
setConvStudy(double convStudy) |
void |
setCoreNumber(int coreNumber) |
void |
setEnhance(int enhance) |
void |
setHiddenNerveNub(int hiddenNerveNub) |
void |
setIouTh(double iouTh) |
void |
setKernelSize(int kernelSize) |
void |
setLineStudy(double lineStudy) |
void |
setPth(double pth) |
void |
setRegular(double regular) |
void |
setRegularModel(int regularModel) |
void |
setShowLog(boolean showLog) |
void |
setStepReduce(double stepReduce) |
void |
setTypeNub(int typeNub) |
void |
setWindowHeight(int windowHeight) |
void |
setWindowWidth(int windowWidth) |
public int getCoreNumber()
public void setCoreNumber(int coreNumber)
public int getRegularModel()
public void setRegularModel(int regularModel)
public double getStepReduce()
public void setStepReduce(double stepReduce)
public double getRegular()
public void setRegular(double regular)
public double getCheckStepReduce()
public void setCheckStepReduce(double checkStepReduce)
public double getPth()
public void setPth(double pth)
public double getContainIouTh()
public void setContainIouTh(double containIouTh)
public double getIouTh()
public void setIouTh(double iouTh)
public int getEnhance()
public void setEnhance(int enhance)
public int getKernelSize()
public void setKernelSize(int kernelSize)
public int getWindowWidth()
public void setWindowWidth(int windowWidth)
public int getWindowHeight()
public void setWindowHeight(int windowHeight)
public int getTypeNub()
public void setTypeNub(int typeNub)
public int getHiddenNerveNub()
public void setHiddenNerveNub(int hiddenNerveNub)
public double getLineStudy()
public void setLineStudy(double lineStudy)
public boolean isShowLog()
public void setShowLog(boolean showLog)
public double getConvStudy()
public void setConvStudy(double convStudy)
Copyright © 2024. All rights reserved.