khanrc / honeybee

Official implementation of project Honeybee (CVPR 2024)
Other
416 stars 18 forks source link

cAbstractor depth param error #19

Closed shakedpe closed 5 months ago

shakedpe commented 5 months ago

Hi, Within the cAbstractor class, there is a depth param defined as: depth = self.config.depth The config file is from the type HoneybeeVisualProjectorConfig as can be seen within the projector class which we inherent from. However HoneybeeVisualProjectorConfig has no param of depth, and so we end up with an error. Where is the depth param coming from if the config file doesnt have it? Thanks

khanrc commented 5 months ago

Hello, the released checkpoint includes the model config, which specifies the depth. FYI, we used the depth of 3.