In the implementtaion ofsphere tracing, I have used an iterative method, where I move the ray in a direction and then check for the intersection with the SDF. If there is an intersection, I change the mask value to 1. I do it for max_iters of 1000.
A higher beta value gives coarser results leading in voxeized resultsa and lower beta is finer results. Beta controls the smoothness factor
The training is better with a lower beta value as the SDFs are smoother surfaces by nature
The higher the value of beta, the more accurate the surface is as it will lead to more intricate details being learned.
I chose to train with learning rate 0.0005 for 250 epochs with alpha = 10 and beta = 0.05 This seems to work well because beta is fairly low.
I have made 10 tori and 10 spheres and kept the radius of the tori and the sphere same and different center points
[NbConvertApp] Converting notebook index.ipynb to html [NbConvertApp] Writing 2077219 bytes to index.html