EasyCV
0.9.36
Easy! Computer Vision
|
Namespaces | |
shotboundary | |
Functions | |
def | shotboundary.matchFun |
Variables | |
tuple | shotboundary.corpus = easy.openCorpus( "corpus/PascalVOC2012.properties" ) |
tuple | shotboundary.shots_truth = easy.createRunSet( categories['shot boundary'], "pos" ) |
tuple | shotboundary.shots_test = easy.removeLabels( shots_truth ) |
tuple | shotboundary.sbd = easy.getDetector( "SBD_Detector:default -p 10198" ) |
string | shotboundary.shotModel = "detectors/SBDdefaultModel.zip" |
tuple | shotboundary.shots_result = easy.detect( sbd, shotModel, shots_test ) |
tuple | shotboundary.confmat |