Closed SoftwareApe closed 4 years ago
We can retrain the model to generate them, but then providing the model alone is not enough
@sebaleme I will upload them later today but you can use the ones generated by retraining (with standard options) as it will be the same.
Hi, The arch_conf is in the repo, but not at the expected position: it is directly at the root level, with the following name: salsanext.yml One question: in SalsaNet, you say that your network is independent of the projection type, and that BEV or SFV yields the same results. In SalsaNext however, you only consider SFV, and don t speak about BEV anymore. Is it the KNN postprocessing module which forces you to use SFV, or you could have also reuse BEV?
@sebaleme, kNN should work in both types of projections, but for the scope of this paper we focused on SFV.
infer.py tries to load arch_cfg.yaml and data_cfg.yaml. Neither file can be found.