Closed qiaozhijian closed 2 years ago
Thanks for your interest in the work. Certainly the map and semantic image rendering can be accelerated in many ways. The code for rendering is largely unoptimized currently (except for the CUDA ray-tracing routines). I welcome pull requests or contributions towards the following efforts:
pybind11
, to make it run very fast.Thank you for your suggestions!
Thanks for your great work. While model inference is fast, map and semantic image rendering is very slow. The preprocessing of the entire dataset cannot even be done in a few days. Will the data preprocessing code be further optimized?