Noam Gat
Noam Gat
Hi, Trying to use the padd_size parameter, does not seem to work. Example: python main_train.py --input_name=birds.png --padd_size=1 Gets the following error: `Traceback (most recent call last): File "main_train.py", line 29,...
Hello, We are experiencing a crash in extrude_polygon. Tested on 3.9.8 and 3.10.2, both have the crash. Here is a reproducing snippet: ``` import shapely.wkt from trimesh.creation import extrude_polygon for...
Hi, For my use case, I would like to get multiple (hopefully significantly different) nestings of polygons in a certain space. Is this possible / documented somewhere?
Hi, I'm using PGBoss in a setup that uses external job fulfillers, so I expose a REST API that includes things like getNextJob(queueName) and complete(jobId). I want to be able...
Hi, We are using this library and its working well for us. Great job! We need to dynamically turn some effects (specifically on and off) during the viewing of the...
When running the sample_mesh.py script with the voxelize flags, I get the following error: AttributeError: module 'im2mesh.utils.voxels' has no attribute 'voxelize' In line 158 of sample_mesh.py which is: voxels_occ =...
[buildpipeline.zip](https://github.com/autonomousvision/occupancy_networks/files/3879806/buildpipeline.zip) I'm trying to perform some post-processing on the shapenet meshes for followup research, so I wanted to get the normal pipeline up and running. I am seeing some artifacts...
…wrapper See issue created here: https://github.com/CGAL/cgal-swig-bindings/issues/186 first_intersection only supports the "ray" variant, so there are less overloads than the any_intersection. Updated the python example to also showcase the usage.
Just like any_intersection() / any_intersected_primitive() have been added to the swig binding for CGAL_AABB_tree, it would be very helpful if first_intersection / first_intersected_primitive() would be added as well (even without...
I tried to use train.py with the BEST_checkpoint_r18.tar as the starting checkpoint, and got the following error: ``` File "/home/noamgat/hdd/miniconda3/envs/insightface/lib/python3.6/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) File "/media/data1/noamgat/InsightFace_v2/models.py",...