globfit icon indicating copy to clipboard operation
globfit copied to clipboard

Prepare my own dataset

Open xiechun0318 opened this issue 4 years ago • 2 comments

Hi,

Could you please give some instructions on how to create a new input dataset? Say if I have a point cloud generated by SfM, how can I convert it to a .globfit file?

I checked the sample datasets and it seems that you need to specify the initial primitives and their size and pose as well as the point IDs associated with them as part of the input data. How do you get these information? I got confused because I thought generating those information was the purpose of this program.

Thank you in advance.

xiechun0318 avatar May 17 '20 20:05 xiechun0318

Hi, Did you run the code successfully? There's something wrong with lib-link when I use vs. What's your complilation environment?

yuhang971 avatar Sep 12 '21 06:09 yuhang971

The cpp&matlab code provided by the author is bug-free, as i've already tested it by myself. Initially, the cpp&matlab mixed programming environment performs unstable on my workstation. So i compile the .m functions to .h, .dll and .lib, and link them in my cpp project with minor modifications to the cpp code.

At 2021-09-12 14:13:03, "yuhang971" @.***> wrote:

Hi, Did you run the code successfully? There's something wrong with lib-link when I use vs. What's your complilation environment?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

louiemay avatar Sep 26 '21 12:09 louiemay