NeuriCam icon indicating copy to clipboard operation
NeuriCam copied to clipboard

7 residual blocks for key-frame feature extractor

Open Justarrrrr opened this issue 1 year ago • 2 comments

the paper says that use 7 residual blocks for key-frame feature extractor, but bb46a4adda6db63a4831ea865825a21 it seems that only 5 residual blocks were used in the code

Justarrrrr avatar May 10 '24 14:05 Justarrrrr

@Justarrrrr Sorry for the confusion, it probably should've been 7 layers for key-frame extractor in total.

vb000 avatar May 10 '24 21:05 vb000

I apologize for not replying to your email earlier, and I'm pleasantly surprised to receive your response! So, if I understand correctly, the original intention was to have 7 blocks, but the code implementation only includes 5 blocks, is that correct?

Justarrrrr avatar May 15 '24 01:05 Justarrrrr