Allen-lz

Results 8 issues of Allen-lz

Hello, author. After I entered the command ‘python ./main/train.py’.then,without any error message, the ccode was stopped running . The terminal output the following: ================================================================ /home/cv_user/anaconda3/lib/python3.6/site-packages/tensorflow/python/ops/gradients_impl.py:112: UserWarning: Converting sparse IndexedSlices to...

作者您好, 请问训练OU-MVLP数据集需要多少显存,最低的服务器配置(显卡)是多少?你们在训练的过程中花费了多少时间? 要训练和测试OU-MVLP数据集是否将OU-MVLP的文件结构转化成和CASIA-B的文件结构一样,再执行pretreatment.py之后,就能正常执行train.py了么?

emmmm.....今天可能是动了什么包,导致了如下错误,望您解答一下! Initialzing... Initializing data source... Traceback (most recent call last): File "train.py", line 18, in m = initialization(conf, train=opt.cache)[0] File "/home/home_data/lz/GaitSet/model/initialization.py", line 57, in initialization train_source, test_source = initialize_data(config, train,...

This work is wonderful!! And I also paid attention to your previous related work https://github.com/tencent-ailab/hifi3dface, I directly replaced hifi3dface/3DMM/files/HIFI3D++.mat with hifi3dface/3DMM/files/HIFI3D++.mat The following error occurred when running: f_sigma0 = (paras)...

Hello, I had some problems while preparing for CVACT, as follows, ` **dataset index: 218255 dataset unexist pair: ['G:/datasets/ANU_data_small/streetview/HkiKa_k0d5RXDxW14D_A1A_grdView.jpg', 'G:/datasets/ANU_data_small/satview_polish/HkiKa_k0d5RXDxW14D_A1A_satView_polish.jpg']** ` This kind of prompt appeared many times. After processing,...

I used the following command for fine tuning ` export MODEL_NAME="runwayml/stable-diffusion-v1-5" export INSTANCE_DIR="./data/data_disney" export OUTPUT_DIR="./exps/output_dsn" lora_pti \ --pretrained_model_name_or_path=$MODEL_NAME \ --instance_data_dir=$INSTANCE_DIR \ --output_dir=$OUTPUT_DIR \ --train_text_encoder \ --resolution=512 \ --train_batch_size=1 \ --gradient_accumulation_steps=4...

This is a good work, thanks for open source! But i want to know how to import the result into meshlab with color

This is a really great work, thanks for open sourcing. Currently I am trying to change the pipeline to support img2img task. Then edit the resulting image. but failed by...