X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=README.md;h=9e8e3b3d8f058ca439643036cc73c3633fbd2a6e;hp=b58970bc5fc71046470449c0a6e9a9dd51a58ab5;hb=924ef5308c54784d2c0a9bbd282e55a16efbf318;hpb=5f4c3142bdf31ad6046890e6dab99000f58de6ed diff --git a/README.md b/README.md index b58970b..9e8e3b3 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ torch.ByteTensor generate_sequence(bool pulling, where * `pulling` indicates if one of the shape should be pulled upward, - * `nb_sequences` is the number of sequences to generate - * `nb_images` is the number of frames per sequence - * `image_height` and `image_width` is the individual image size - * `nb_shapes` is the number of rectangular shapes in the simulation - * `random_shape_size` states if the shapes should be of different sizes - * `random_colors` states if they should be of different colors + * `nb_sequences` is the number of sequences to generate, + * `nb_images` is the number of frames per sequence, + * `image_height` and `image_width` is the individual image size, + * `nb_shapes` is the number of rectangular shapes in the simulation, + * `random_shape_size` states if the shapes should be of different sizes, + * `random_colors` states if they should be of different colors. The returned ByteTensor has five dimensions: @@ -39,6 +39,5 @@ small images), the simulation may be stuck. ``` make -j -k -./built.py ./flatland-test.py ```