siyuanliii / masa

Official Implementation of CVPR24 highligt paper: Matching Anything by Segmenting Anything
https://matchinganything.github.io
Apache License 2.0
1k stars 66 forks source link

TrackDataPreprocessor can not find definition #36

Closed jamefrank closed 1 month ago

jamefrank commented 1 month ago

image where is definition of TrackDataPreprocessor ?

siyuanliii commented 1 month ago

Thanks for the question! It is in the mmdetection library

jamefrank commented 1 month ago

Thanks for the question! It is in the mmdetection library

Amazing quick reply!!! i have found this image and i also want to know how can i study mmXX by documents i found nothing about TrackDataPreprocessor ,can you give me some suggestions

siyuanliii commented 1 month ago

Yes, it has poor documentation of mmxx. A good way is to just run the step-by-step debugging to figure it out! :)