SJTU-LuHe / TransVOD

The repository is the code for the paper "End-to-End Video Object Detection with Spatial-TemporalTransformers"
Apache License 2.0
203 stars 28 forks source link

Custom dataset training #31

Closed Sairam13001 closed 1 year ago

Sairam13001 commented 1 year ago

Thank you for the great work and making code public.

Suppose I want to train on my own video dataset, say X. (I can replace "ILSVRC2015 VID" with X). Then what dataset should I use in place of ILSVRC2015 DET?

Kindly let me know. Thank you.