MeshCNN
MeshCNN copied to clipboard
Error at merge_prepare.py
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: segmentation
epoch_count: 1
export_folder:
fc_n: 100
flip_edges: 0
gpu_ids: []
init_gain: 0.02
init_type: normal
is_train: True
lr: 0.001
lr_decay_iters: 50
lr_policy: lambda
max_dataset_size: inf
name: human_seg
ncf: [32, 64, 128, 256]
ninput_edges: 3000
niter: 100
niter_decay: 500
no_vis: False
norm: batch
num_aug: 20
num_groups: 16
num_threads: 0
phase: train
pool_res: [2000, 1000, 500]
print_freq: 10
resblocks: 1
run_test_freq: 1
save_epoch_freq: 1
save_latest_freq: 250
scale_verts: False
seed: None
serial_batches: False
slide_verts: 0.2
verbose_plot: True
weighted_loss: [0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125]
which_epoch: latest
-------------- End ----------------
computing mean std from train data...
Traceback (most recent call last):
File "C:\Users\seanb\OneDrive\Documents\GitHub\MedMeshCNN\train.py", line 11, in
I met this problem too. Why? I ran the code in windows system.
I also met this problem, so do all my classmates. But I ran it in WSL. The error information is the same. How can I solve it? Thx
I also encountered this issue,how to solve it?Thx
for me this error was resolved by downgrading numpy to the required version