openworm / open-worm-analysis-toolbox

A testing pipeline that allows us to run a behavioural phenotyping of our virtual worm running the same test statistics the Schafer Lab used on their worm data.
Other
48 stars 27 forks source link

First time installation issue - AttributeError: 'Dataset' object has no attribute 'value' #215

Open woobin3069 opened 3 years ago

woobin3069 commented 3 years ago

Hello, I was trying to use code;

import open_worm_analysis_toolbox as mv
bw = mv.BasicWorm.from_schafer_file_factory("example_contour_and_skeleton_info.mat")
nw = mv.NormalizedWorm.from_BasicWorm_factory(bw)
wp = mv.NormalizedWormPlottable(nw, interactive=False)
wp.show()
wf = `mv.WormFeatures(nw)

but, the error occurred.

AttributeError: 'Dataset' object has no attribute 'value'

I think it is because of Dataset, but I don't now what to do. Thank you very much for your help. Sincerely