Hello! I am tring to use the tools VIPER-PE to evaluation
algorithm's perfomance,but i got some problem.
I run the example provided here "
http://groups.google.com/group/viper-toolkit/browse_thread/thread/cad992c8008ce84e?pli=1
". But i can not get the output file as it given in this example
“testout.txt". The output file only contains " INPUT PARAMETERS "
section. And when i run the commands in CMD,it returns :
F:\ViPER\viper-light-20060131>java -jar viper-pe.jar -epf object-
Person.epf -g t
est-truth.xml -r test-candidate.xml -pr
properties.pr -o testout.out -
raw testou
t.raw
****** NOTE: All output directed to: testout.out ******
03:04:45 Parsing Target Config information.
03:04:45 Parsing Candidate Config information.
03:04:45 Parsing Evaluation Parameter information.
viper.comparison.distances.UnknownDistanceException: Attribute type
not found: h
ttp://
lamp.cfar.umd.edu/viperdata#bbox
at
viper.comparison.distances.Distances.getDistanceFunctor(Unknown Sourc
e)
at viper.comparison.distances.AttrMeasure.<init>(Unknown
Source)
at viper.comparison.TrackingEvaluation
$TrackingMeasure.<init>(Unknown So
urce)
at
viper.comparison.TrackingEvaluation.helpParseAttribMap(Unknown Source
)
at viper.comparison.TrackingEvaluation.parseEvaluation(Unknown
Source)
at viper.comparison.EvaluationParameters.parse(Unknown Source)
at viper.comparison.ViperPE.run(Unknown Source)
at viper.comparison.ViperPE.main(Unknown Source)
F:\ViPER\viper-light-20060131>
I also try to open this page "
http://lamp.cfar.umd.edu/
viperdata#bbox", but it says "Page not found'.
Could you help me ? Thank you very much.