brjathu / PHALP

Code repository for the paper "Tracking People by Predicting 3D Appearance, Location & Pose". (CVPR 2022 Oral)
Other
282 stars 43 forks source link

Why are 'appe', 'loca', 'pose', and 'uv' generated only when rendering is enabled? #31

Open daviduarte opened 6 months ago

daviduarte commented 6 months ago

The features 'pose' and 'appe' are mandatory for the pretrained checkpoints of the LART method, but these features are only generated when self.cfg.render.enable=True. However, I just want to generate the features for my dataset, not render the images. Is there a way to disable the rendering but enable the generation of these features?