Darkbblue / diffusion-feature

Use pretrained Stable Diffusion model to extract features for various vision tasks
3 stars 0 forks source link

Difficulty in classification #2

Open vegetable-lion opened 2 months ago

vegetable-lion commented 2 months ago

Hi, thanks for your brilliant work! I'm currently working on some classification tasks and have encountered a challenge. The feature output from the mid block of UNet is of shape (1, 1024, 32, 32), which has a large number of channels. Could you please provide guidance on how to set up the downstream model for this classification task?