MeshCNN icon indicating copy to clipboard operation
MeshCNN copied to clipboard

Convolutional Neural Network for 3D meshes in PyTorch

Results 97 MeshCNN issues
Sort by recently updated
recently updated
newest added

original dataset, given here: https://github.com/Haggaim/ToricCNN. for FemaleFitA_tri_fixed: faces: 25K and vertices: 12.8K using blender_process.py on it with target faces as 1500, it generates the following broken mesh: ![image](https://github.com/ranahanocka/MeshCNN/assets/94879785/45107acb-26da-4537-a3f9-400cee9a8dc3) can't figure...

faces: 0 0.04540089890360832 EXPORTING C:/Users/60488/Documents/stgan/cover/train/8_1000.obj ( 0.0000 sec | 0.0000 sec) OBJ Export path: 'C:/Users/60488/Documents/stgan/cover/train/8_1000.obj' ( 0.0110 sec | 0.0099 sec) Finished writing geometry of '8'. ( 0.0110 sec |...

Hi, i got an error with this file when i want to use train.sh ------------ Options ------------- arch: meshunet batch_size: 2 beta1: 0.9 checkpoints_dir: ./checkpoints continue_train: False dataroot: datasets/human_seg dataset_mode:...

I have been trying to use my own dataset with meshcnn but I am not able to identity how I can make your code to accept my dataset. I created...

Using a dictionary to store the mesh data instead of numpy. The numpy requires all the data to be in the same shape which is not true for "ve", so...

Hello, I am currently using meshcnn to do some training, using my own data set, but the initial data set is not an obj file but a stl file, I...

Hello, I'm testing some examples related to human_segm dataset and i see that te segmentation are good. How can i save each segmented part in format .obj?

# TensorBoard Usage Hello, can someone help me properly use tensorboard to monitor the training process of human_seg? I am new to tensorboard so I apologize if this is a...

Hi, I am wondering if the[ class "Mesh"](https://github.com/ranahanocka/MeshCNN/blob/5bf0b899d48eb204b9b73bc1af381be20f4d7df1/models/layers/mesh.py#L10) has an attribute about the face? I noticed that face [is used](https://github.com/ranahanocka/MeshCNN/blob/5bf0b899d48eb204b9b73bc1af381be20f4d7df1/models/layers/mesh_prepare.py#L56) when preparing the data, but seems to not be contained...

Hi, Thanks for your great work! I noticed that [this function](https://github.com/ranahanocka/MeshCNN/blob/5bf0b899d48eb204b9b73bc1af381be20f4d7df1/models/layers/mesh_prepare.py#L169) is used to detect zero face area. If it is just used for detecting for further processing, I am...