Tony Topper
Tony Topper
Maybe start with migrating the[ TensorFlow Object detection example app](https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/android#tensorflow-lite-image-classification-android-example-application) over to using ARcore. That would be a nice way for people to experiment and give feedback.
As an example, it would be pretty difficult for me to describe the big black shape containing two holes with HoleSeeds. Maybe there is an easy way, but I don't...
Even crazier example here: https://twitter.com/madjoystudio/status/1367959932104962050/photo/1
Thanks for the reply; super helpful. So you only need one hole seed per hole? If I am understanding you correctly there, then yes, that is easier. (FWIW, the current...
FWIW, I was getting this error: "ArgumentException: The provided input Positions is not supported! 1. Points count must be greater/equal 3. 2. Input positions cannot contain duplicated entries. 3. Input...
Another FWIW, not clear if Output.Positions are congruent to vertices but that is what I am guessing.
Thanks for another thorough reply. Much appreciated. > Currently there is a bug in Unity related to calls nativeList.AsDeferredJobArray().AsReadOnly(). > The job system interprets those arrays as length zero even...
I am currently writing a job to create the edges array in the format needed for the triangulator. I am able to see the length of the data in that...
The links for mesh creation are helpful to see, thanks. Well, I am not passing it in as a deferred array directly into the Input.Positions. But it was originally a...
Sorry, look in the Debug.Log call; I truncate the debug output because some of these shapes will have 100s of points.