autonomousvision / giraffe

This repository contains the code for the CVPR 2021 paper "GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields"
https://m-niemeyer.github.io/project-pages/giraffe/index.html
MIT License
1.23k stars 160 forks source link

How to extract a object in the image #35

Closed zzw-zwzhang closed 2 years ago

zzw-zwzhang commented 3 years ago

I want to cutout some object in one image, do you have any suggestions? Becaue your model have disentangled every object with background.

zoldaten commented 5 months ago

try any yolo model to extract detected boxes.