Coder Social home page Coder Social logo

tarvis's People

Contributors

ali2500 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

tarvis's Issues

About visualization

Hi
Thanks for your excellent job!
Did you provide visualization tool for Video Panoptic Segmentation on KITTI-STEP?

Converting VOS dataset to json format

Hello, I am running your model on a new VOS dataset (like DAVIS and YoutubeVOS), but I don't know how to convert VOS dataset to json format. Can you tell me which script I should run?

online method?

Thanks for super awesome work! I have a quick question. TarVis model can operate in online method? I just want to use this model with real time application! Can I?

issude about "Num failed tries:"

Hi,

Thanks for your open-source code! But I have the error below:

When I run "--model_dir my_first_tarvis_pretraining --cfg pretrain_resnet50_swin-tiny.yaml --amp --cfg.MODEL.BACKBONE ResNet50" on a single GPU, I got the below error, do you have any suggestion?
Num failed tries: 42
Num failed tries: 24
Num failed tries: 12
Num failed tries: 36
Num failed tries: 45
Num failed tries: 18
Num failed tries: 6
Num failed tries: 27
Num failed tries: 48
Num failed tries: 9
Num failed tries: 3

Possible bug on inference/result_accumulators/instance_seg.py

self.previous_clip_frame_indices = frame_indices[num_overlap_frames:].tolist()

self.previous_clip_frame_indices = frame_indices[num_overlap_frames:].tolist()
self.previous_clip_logits = mask_logits[:, num_overlap_frames:]

If I'm understanding correctly, this should be the following since we intend to store last overlap_frames predictions?

self.previous_clip_frame_indices = frame_indices[- num_overlap_frames:].tolist()
self.previous_clip_logits = mask_logits[:, - num_overlap_frames:]

Please correct me if I'm wrong.
Thanks for sharing your amazing work!

About dataset

Hi, authors

Thanks for your excellent work,

I would like to know where to download the pan_maps for coco, cityscapes and ade20k dataset, (/data/dataset_annotations/training/coco_panoptic/pan_maps/)

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.