ayaanzhaque / instruct-nerf2nerf

Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions (ICCV 2023)
https://instruct-nerf2nerf.github.io/
MIT License
769 stars 64 forks source link

Have a question about CLIP direction consistency score #82

Closed soyerin closed 6 months ago

soyerin commented 6 months ago

Hello, I want to test my model using your metric, named 'CLIP directional consistency score'. However, I think in your git 'clip_metrics.py', there are only CLIP directional score, not CLIP directional consistency score.

I really await your your quidance on this matter.

Have a nice day!

ayaanzhaque commented 6 months ago

You just have to change the inputs to the function when you call it. So if you are doing the directional score, input consecutive frames, and if you are doing similarity score, input the two frames from the separate videos