Hello, admin
I was trying to test the performance between 1.2.5 and 1.3.0. I have a dataset with 200 images, and I ran Alignement and buildDenseCloud.
I ran my tests on AWS EC2 instances with 4 different types of instances:
ec2Type cpu gpu gpuType ram( G)
g2.2xlarge 8 1 NVIDIA GRID K25 15
g2.8xlarge 32 4 NVIDIA GRID K25 60
p2.xlarge 4 1 NVIDIA Tesla K80 61
p2.8xlarge 8 8 NVIDIA Tesla K80 488
I found that alignment is much faster on v1.3.0 than v1.2.5, which is very exciting !
But for the build dense cloud, I get some wired results, I found that the v1.3 is faster than v1.2.5 on g2.2xlarge and p2.xlarge (both with one GPU), but much slower on p2.8xlarge (8 gpus) and g2.8xlarge (4 gpus).
I observed the gpu usage on these instances, I found that, for v1.3.0, only 10 - 15% of gpu is used on p2.8xlarge (8 gpus) and only 30 - 40 % gpu is used on g2.8xlarge (4 gpus). But the gpu usage are higher on v1.2.5 on these 2 instances.