MCPcopy Create free account
hub / github.com/darglein/ADOP / MakeOutlier

Method MakeOutlier

src/lib/rendering/NeuralPointCloudCuda.cpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 return mesh;
112}
113void NeuralPointCloudCudaImpl::MakeOutlier(int max_index)
114{
115 SAIGA_ASSERT(0);
116 torch::NoGradGuard ngg;
117 t_index.uniform_(0, max_index);
118}
119std::vector<int> NeuralPointCloudCudaImpl::Indices()
120{
121 std::vector<int> indices(t_index.size(0));

Callers 1

BuildOutlierCloudMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected