-
Hi, Thank you for sharing your code and models!
I need to use you code and models on my own video data for other tasks.
My own videos are the movie data, I want know how to prepare the utility c…
-
While I'm doing batch processing, performance starts degrading during time.
Also, is there any possibility to delete dead tracklets from the trajectories?
-
Hi. I trained my TG and used your pretrained SG (for CAMPUS Garden 1) as another issue suggested (#6) and I cannot replicate your results. I am using osnet_x1_0 as my ReID model. IDs are changing cons…
-
the code can work normally when the model type is smplx.
and now I try to fit the smpl params instead of the smplx following the smplx moshpp process.
at first I donwloaded the smpl basic models, an…
-
Hi! I encounter the slow response issue when I am using the graphic tool of anTrax: Extract Trainset.
1. When I try to change between images in antrax, the software start to respond really slow (> 30…
-
Hello, I ran into a problem while attempting to export antdata results. Launching the 3rd step of the `solve` function, both tracklets_tables and xy.mat files are created, but not xy.csv files. The er…
-
Hi, sorry to bother you again. I'm commited to solving the existing problems in OWT proposed by your paper. As mentioned in your paper, the baseline uses both optical flow and re-id similarity scoring…
-
Thanks for the source code !!!
https://github.com/tusen-ai/SST/blob/5cbc975abccf152eef07d660c473d7717b9cc6f6/mmdet3d/models/detectors/tracklet_detector.py#L479
it should be: ts_embed = pts_frame…
-
D:\workspace\python\MTMC\AIC21-MTMC-main\tracker\MOTBaseline\src\post_processing\post_association.py:85: UserWarning: loadtxt: Empty input file: "./cache/c044_PA_res.txt"
matches = np.loadtxt(f'./c…
-
Hi,
I'm trying to run the code for a different dataset. By any chance can you please tell the format of the data (toy example) passed from the dataloader to the model.
Thanks