Cutie icon indicating copy to clipboard operation
Cutie copied to clipboard

[CVPR 2024 Highlight] Putting the Object Back Into Video Object Segmentation

Results 10 Cutie issues
Sort by recently updated
recently updated
newest added

Can I ask you a bit of details about your perf number on base model training? How much time require a forward and backward pass? How much time the dataloader?...

Hello, I found that the gradient is 0 during training.

Hi all, thanks for this wonderful tool. Here are some changes that I made while using it for an annotation project: - Added keyboard shortcuts to the GUI for moving...

![微信图片_20240514212253](https://github.com/hkchengrex/Cutie/assets/98946974/8250c244-0e3c-4c2e-acf1-f9d82dbcbf7b)

![Screenshot 2024-05-16 091226](https://github.com/hkchengrex/Cutie/assets/64015080/bfc06b9b-9072-4589-a8a7-bff84619c358) What am i doing wrong. I followed the installation guide. Also i want to achieve the adding feature from the demo where the image was added to...

Code : ———————————————————————————— from cutie.utils.get_default_model import get_default_model from cutie.inference.inference_core import InferenceCore import torch import os os.environ['CUDA_VISIBLE_DEVICES']='0' from PIL import Image import numpy as np from torchvision import transforms def main():...

Hey @hkchengrex amazing work with Cutie! Could you please tell me how to create better masks or any approach you prefer for creating masks. I had problem creating one. My...

Hey, @hkchengrex I was runnning the demo colab script to test out an object (sofa) in my case. And it failed after few frames. Do you know why is that...

Traceback (most recent call last): File "/home/tianyaozhang/Cutie/gui/gui.py", line 451, in on_mouse_press self.click_fn(action, ex, ey) File "/home/tianyaozhang/Cutie/gui/main_controller.py", line 170, in click_fn self.interaction.push_point(x, y, is_neg=(action == 'right')) File "/home/tianyaozhang/Cutie/gui/interaction.py", line 83, in...

I want to use this tool to track multiple rats. They are quite similar. I noticed that when objects get close to each other, their identity might change. Is it...