Skip to content

aneeldamaraju/cobl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CObL: Toward Zero-Shot Ordinal Layering without User Prompting (ICCV 2025 Highlight)

Helpful links: [Project Page] [PDF] [ArXiv] [Demo]

Teaser

Installation

To run this code, clone and install via:

git clone COBL_PUBLIC_PATH ./install.sh 

You may need to edit the torch and xformers settings in the install file to match your own CUDA version. This default file uses CUDA 12.6 and Pytorch 2.7.1, Python 3.10.13

TableTop Dataset

You can access the Tabletop dataset containing synthetic (train) and real-world (test) scenes by:

(1) Cloning and installing this github repository, then calling:

from cobl.Tabletop import Tabletop test_dat = Tabletop(split=SPLIT) # SPLIT = "test" or "train" 

(2) or without downloading this CoBL Repository, by loading from Huggingface Datasets:

from datasets import load_dataset cobl = load_dataset("DeanHazineh1/CoBL_Tabletop") sample = cobl[SPLIT][0] # SPLIT = "test" or "train" 

Citation

If you find this repo useful, please consider citing:

@article{damaraju2025cobl, author={Damaraju, Aneel and Hazineh, Dean and Zickler, Todd}, title={CObL: Toward Zero-Shot Ordinal Layering without User Prompting}, journal={ICCV}, year={2025}, }

About

Implementation of the ICCV 2025 Paper: CObL: Toward Zero-Shot Ordinal Layering without User Prompting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors