zjumsj / FaceViewer

GNU General Public License v3.0
15 stars 2 forks source link

Crash when running on Windows #4

Open wangyichen191 opened 1 month ago

wangyichen191 commented 1 month ago

您好,非常感谢您杰出的工作,我在windows上可视化的时候出现了点问题,想向您请教一下。 问题:执行可视化命令后会闪退,下面是我在终端中的操作。 image 我下载的是您预编译好的文档,我机器的版本是windows11 + CUDA12.6,下面是数据以及训练后保存的ckpt image image

zjumsj commented 1 month ago

我这边跑的一个例子看上去是这样的: 屏幕截图 2024-09-21 173329 崩溃发生在一些文件加载之前(比如l_eyelid.npy),也许你应该检查下文件是否完整。 ./data/FLAME2020看上去应该是这样子的: 屏幕截图 2024-09-21 173753

wangyichen191 commented 1 month ago

我这边跑的一个例子看上去是这样的: 屏幕截图 2024-09-21 173329 崩溃发生在一些文件加载之前(比如l_eyelid.npy),也许你应该检查下文件是否完整。 ./data/FLAME2020看上去应该是这样子的: 屏幕截图 2024-09-21 173753 非常感谢!!!!!

Jerry-sjw commented 1 month ago

I can't find some npy files in your Faceviewer, how can i get these files like you in /data/FLAME2020? 1728555378100

zjumsj commented 1 month ago

The Data process section in the README includes information on how to obtain these npy files.

Jerry-sjw commented 1 month ago

I have seen descriptions of data processing, is it still necessary to use Metrical Photometric Tracker after downloading from processed data?The way I downloaded the data is as follows: 1728556079453

zjumsj commented 1 month ago

No, the data has already been processed.