charlesq34 / 3dcnn.torch

Volumetric CNN for feature extraction and object classification on 3D data.

Home Page:http://graphics.stanford.edu/projects/3dcnn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mean Accuracy or total Accuracy?

abdullahjamal opened this issue · comments

Hi,
Are you calculating instance accuracy or average class accuracy? if you're reporting average class acc, then shouldn't it be confusion.aveargeValid? I think confusion.totalValid gives you the total accuracy. In train.lua file, you are mentioning mean class accuracy on line 68, and then on line 167, and 172, you're calculating confusion.totalValid