lfranke / TRIPS

https://lfranke.github.io/trips/
MIT License
495 stars 28 forks source link

Crash when switching to Neural view (F2) on Windows #18

Closed AlessioRegal closed 4 months ago

AlessioRegal commented 4 months ago

Hello,

When I switch to the Neural view, the viewer crashes with the following log:

loading shader shader//point_render.glsl AABB: [-51.5333 -17.594 -47.2529 ] [47.4672 6.87171 50.7299 ] [Renderer] Target resized to 3102x1161 [DeferredRenderer] Resize 3102x1161 Assertion 'pipeline' failed! File: D:\NERF\TRIPS\src\lib\opengl\RealTimeRenderer.cpp:881 Function: class at::Tensor __cdecl RealTimeRenderer::Render(struct ImageInfo,class Eigen::Matrix<float,3,1,0>,int)

I tested this with the following scenes: "tt_m60", "tt_horse" and "tt_train". The Model view (F1) works correctly insteada.

lfranke commented 4 months ago

Hi, can you check if you downloaded and extracted the checkpoints to experiments/? If there are no checkpoints, the viewer will start in Model view and fail if switched to the other views.

AlessioRegal commented 4 months ago

that was the issue, thanks!