LexSong
LexSong
It seems that the only way to get data from `self.dataloader`, is from `get_batch()`, and in `get_batch()` we recreate a new iterator of `self.dataloader` every time it is called. Therefore...
In my [testing fork](https://github.com/LexSong/earth-reverse-engineering/tree/testing), I add two scripts to handle mesh normalization. In [`normalize_obj.py`](https://github.com/LexSong/earth-reverse-engineering/blob/testing/normalize_obj.py), the script normalize the mesh with a reference XYZ point instead of the mesh center. Therefore...
I add a python script to find overlapping octants by bounding box, instead of a single point: https://github.com/LexSong/earth-reverse-engineering-utils The script will stop early if it finds too many octants at...
Caves are ruining the generated landscape. Maybe we should avoid generating them near the surface?
Error messages: ``` Traceback (most recent call last): File "c:\Miniconda3\lib\threading.py", line 916, in _bootstrap_inner self.run() File "c:\Miniconda3\lib\threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "c:\Miniconda3\lib\subprocess.py", line 1063, in _readerthread buffer.append(fh.read())...