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
According to the update made in VTK 6, the Update() function can be called only on objects which have been derived from the vtkAlgorithm class. Thus, img_data.Update() in train/vtm_data.py is giving errors. Can this be fixed?