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

How could I fix it? Or could I directly download the dataset?
Thank you!
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.
How could I fix it? Or could I directly download the dataset?
Thank you!