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
Thanks for your great work. I tried to read your source code, but I'm not sure how you train your Gaussian model.
In the mapping process, after the initialization is complete, it enters a True loop until the end of the process.
That is to say, the training of Gaussian model is iterative as much as possible in the whole process without other constraints?
The text was updated successfully, but these errors were encountered:
In our system, the whole system is divided into two processes, mapping and tracking process.
The tracking process loads the dataset, and if the tracking process arrives at the end of the dataset, it terminates all processes.
As you can see in the mapper process code, the following line to the while True.
Yeah, I saw this. So the mapping process keeps running throughout the whole reconstruction process.
I later read your source code and found that there are some shared flag that control the running of each process. Amazing work thanks for sharing.
Thanks for your great work. I tried to read your source code, but I'm not sure how you train your Gaussian model.
In the mapping process, after the initialization is complete, it enters a True loop until the end of the process.
That is to say, the training of Gaussian model is iterative as much as possible in the whole process without other constraints?
The text was updated successfully, but these errors were encountered: