timojl / clipseg

This repository contains the code of the CVPR 2022 paper "Image Segmentation Using Text and Image Prompts".
Other
1.13k stars 107 forks source link

Missing imports in `Tables.ipynb` and `Visual_Feature_Engineering.ipynb` #27

Closed helen1c closed 1 year ago

helen1c commented 1 year ago

Hi @timojl,

could you please review (and possibly resolve) missing imports in Tables.ipynb (from datasets.lvis_oneshot3 import LVIS_OneShot3, LVIS_OneShot, experiment function) and Visual_Feature_Engineering.ipynb (from datasets.lvis_oneshot3 import LVIS_OneShot3, plot_data, transforms)?

timojl commented 1 year ago

The LVIS Oneshot dataset code is only required for the visual feature engineering experiment and unfortunately not very clean. Therefore I decided to exclude it from this repository. However, there older commits still include the file, you can find it here: https://github.com/timojl/clipseg/blob/d47c2974b4eb2603d9b2d3a83c40bf565939919f/datasets/lvis_oneshot3.py