diff --git a/Large-scale-dataset.md b/Large-scale-dataset.md index bc6d581..ca80026 100644 --- a/Large-scale-dataset.md +++ b/Large-scale-dataset.md @@ -6,3 +6,12 @@ We recommend adjusting the SfM parameters to be a bit more strict, as you know t > Can I use Meshroom on renderfarm? Meshroom has been designed to be used on renderfarm. It should be quite straightforward to create a new submitter, see the [available submitters](https://github.com/alicevision/meshroom/tree/develop/meshroom/submitters) as examples. Contact us if you need more information to use it with a new renderfarm system. + +Nodes that can be computed in parallel on multi-machines are: + + FeatureExtraction (CPU) + FeatureMatching (CPU) + DepthMap (GPU) + DepthMapFilter (CPU) + PrepareDenseScene + \ No newline at end of file