####

а취
   
    python2    
    ǰȰװROC,transformconRoc,װ취
    pip install roc-2.1.1


    roc:
        룺ļtruthעļУ,testģĽļУ,result(Ҫtxtıĵ·roc(ҪͼƬ·
        python 
                from ROC import roc
                roc.roc("truth","test","result","roc")
        rocͷͼ,ıĵ
        PS:result rocʽ'D:\\python_work\\result')


    conRoc:
        룺ļpre_file(ҪͼtxtڵļУ,image(ҪͼƬ·
        python 
                from ROC import conRoc
                conRoc.conRoc("pre_file","image")
        rocͼ
        PS:imageʽ'D:\\python_work\\image') 
     
   
    txt2xml:
        룺txt_file(txtʽעϢļУ
        python
                from transform import txt2xml
                txt2xml.txt2xml("txt_file","xml_file")
        xml_file(xmlʽעϢļУ  





ļ˵

transformļУ

txt2xml txtʽıתΪxmlļÿtxtļתΪһxmlļ
          Ҫתtxtļtxt_fileУתxmlļxml_file                    

  
ROCļУ

roc: rocߺͷ߲acuԴdbб

IOU: IOU,ΪÿԽߵĺReframe=[X1,Y1,X2,Y2],GTframe=[X1,Y1,X2,Y2]

read:ȡxmlļбעıǩ(xmin,ymin,xmax,ymax)ΪxmlĵԪض

Analyze_xmlxmlļóIOUȶбȶԴ(صС0.5ͱȶȷĸ
             룺truthΪ׼xmlļڵļУtestΪȶԵxmlļڵļС


conROCļ:

conRoc:ļеtxtļݻͼÿļӦͬɫߣ

####

                      
                
   
