duckietown / mooc-exercises

2 stars 21 forks source link

providing the list of all generated images. #11

Closed vguerra closed 3 years ago

vguerra commented 3 years ago

all_image_names is not defined and it is needed for the train test split.

For the data collection use case, the image names can be simply generated from the number of images that were saved: npz_index.

Otherwise, running the Data Collection generation application will throw an error complaining that all_image_names is not defined.

liampaull commented 3 years ago

thanks for this.