Closed ziruiw-dev closed 5 years ago
Hi, @Ryan-Zirui-Wang ,
@Ryan-Zirui-Wang P.S. I've sent you an invite to collaborate directly on my fork, so you can commit directly here if you prefer and we can work together more easily.
Thanks a lot for the invitation, I'll try to remove it and see what I can contribute.
I still would give my re-implementation some time so I'll try to compare my method and yours see if anything I did is not quite right... I hope it's alright for you?
@Ryan-Zirui-Wang sure, I'm open to anything, even if you want to just grab the features from mine and simply merge them into yours that's fine. I'd be more than happy to work with you on your repository.
Please take your time to compare both codebases and decide which course of action you find best.
A few points to keep in mind:
Thanks a lot for the input! It's very well written and with nice documentation.
I have got it running after switching to Qt5 and VTK8 like you said without changing the code at all.
The dependencies are not too bad for now, VTK and Qt are a little bit fuzzy during the cmake configuration but it's very easy to use in general.
Hi @Algomorph,
I come here from the sobfu repo issue. I am trying to build your feature/dynamicfusion branch and got a cmake error about cannot find VTK. I installed the VTK7 with qt and python-vtk by
and the cmake can find the vtk but gave a warning:
and when I build the project I got error:
Which version of VTK are you using? with Qt I suppose? I assume you build from the source code? how did you configure the VTK if you build from source code?
thanks a lot.