Open pansanity666 opened 1 year ago
In the config, zju_313_315_sample_cam is [3, 5, 10, 12, 18, 21], however, 21 is out of the range of 21 cameras (index starts from 0). Should I use 20 instead? Thanks.
zju_313_315_sample_cam
[3, 5, 10, 12, 18, 21]
21
20
since it starts from 0, try using 20
In the config,
zju_313_315_sample_cam
is[3, 5, 10, 12, 18, 21]
, however,21
is out of the range of 21 cameras (index starts from 0). Should I use20
instead? Thanks.