deepspline icon indicating copy to clipboard operation
deepspline copied to clipboard

Reconstruction of multiple spline with variable number of control points

Results 4 deepspline issues
Sort by recently updated
recently updated
newest added

Hi Jungao, I am a PhD student from Carnegie Mellon University. I am trying to replicate your paper titled as "DeepSpline: Data-Driven Reconstruction of Parametric Curves and Surfaces". May I...

When I run the file dataset_Reader.py, I get the following error: File "dataset_Reader.py", line 80, in __getitem__ img = img.expand(3, 128, 128) AttributeError: 'numpy.ndarray' object has no attribute 'expand' Any...

I apologize for the messy diff. My vim config autoformats python code. This PR fixes issue #1 Changed all occurences of data[0] to item() for new pytorch version Changed learning...

Hello, Thank you for sharing the code. The dataset generation works fine but running do_all_multi_vary_spline.py results in an error. I attempted a fix, but this led to another error. The...