You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well I have finally found moving_averages (because I thought I have heard about it), it is renamed point-colud-pattern-mining but this has to be explained or described in a dependency.
I'm trying to look at deep_folding for the first time, so I naturally look at the notebooks, but cannot use most of them:
moving_averagesimport is not defined and I cannot find it as a github project. It is also used from within the moduledeep_folding.anatomist_tools.utils.remove_hullthe program and module
deep_folding/anatomist_tools/bounding_box.pyis not at the expected locationtqdm.notebookwhich is intqdm>=4.36. I can fix this in the requirements.moving_averagesdeep_folding/anatomist_tools/mask.pyis not at the expected locationalso an import error in:
deep_folding/anatomist_tools/transform.pyis not at the expected location (same as above I guess)Well I have finally found moving_averages (because I thought I have heard about it), it is renamed
point-colud-pattern-mining but this has to be explained or described in a dependency.