I am trying to generate a dataset by taking screenshots at different camera locations and saving them in three different folders. The inner FOR loop, responsible for the camera positions, works fine, however the outer loop, instead of going to the next iteration when the inner loop finishes, runs through all three folders immediately, so images are only collected into the third folder. Why could this be the case?
1 Like
i have same problem too.