Skip to content

How to generate threebody dataset? #2

@eric-yyjau

Description

@eric-yyjau

Hi,

I finished training 'coord_encoder' and move on to generate three-body dataset.
But it looks like the 'file_cnt' pointer is not moving forward.

while file_cnt < 65537:
	generate()
	print(file_cnt)
	if file_cnt % 4096 == 0:
		f = open(f'{outdir}/strokes.txt', 'w')
		f.write(str(dataset))
		f.close()
# output
Starting node.js server...

> agent@0.1.0 start /Users/t_jauy/Documents/strokenet/environment
> node bin/www

<__main__.World object at 0x11d3f0ef0>
0
0
  • Generate only one image
    0

How could I fix it? Or could I directly download the dataset?
Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions