Open jd-rodriguezp1234 opened 6 months ago
@jd-rodriguezp1234 Hi, bro:
I checked out and tried this code. (I have any plan to maintain this reserching project.)
I remered that this code can be directly run.
I tested again:
PLEASE run mesh->image to generate train dataset firstly. You can refer to my readme, step-3. all scripts are very very very simple and powerful. my code quality is higher than other reseaserchers. trust me.
my env:
0000-cuda11.7_pytorch1.13_tinycudann_colmap.txt
0000-cuda12.1_pytorch2.2.0.txt
Hi, I've been testing your code in order to fine tune my own version of triposr with a custom dataset. However, as I try to set the model weights in serv.py in this code segment (lines 195 to 199), by uncommenting some lines:
I get the following error:
The training seems to work well with the lines commented as in the original file in the repository, in a 2080TI, and this is the only training code I've been able to run to generate 3D models from images. I would like to know if you have had a similar problem. Also, I had to download the file directly from huggingfaces since the wget command did not work.
Thanks in advance, Johan