You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing the codes! There exist some codes for the VID dataset in ./data/datasets/vid.py and stft_core/config/path_catalog.py. Have you trained and tested the model on the VID dataset? How it performs? It seems to perform so badly when I use the config:
Hi, Sorry to reply after so long. we did run the experiment on the VID dataset. Using the ResNet50 as the backbone and FCOS as the baseline, the performance of STFT is 76.4%.
"DATASETS" and "SOLVER" in the above config can be kept consistent with the "configs/BASE_RCNN_4gpu.yaml". Other adjustments can refer to the following:
Although 76.4% cannot exceed SOTAs on VID, STFT still shows a more significant improvement 8.5% (67.9%->76.4%) over its image-based baseline FCOS than other video-based methods, i.e. FGFA 3.4% (70.6%->74.0%) and RDN 4.4% (71.8->76.2%). In addition, STFT has the least model parameters 43M, comparing to FGFA (89M) and RDN (53M).
I don't have enough time to tune it, VID is very different from endoscopic video data. If you have some free time and are interested in it, Looking forward to your contribution.
Thank you for sharing the codes! There exist some codes for the VID dataset in ./data/datasets/vid.py and stft_core/config/path_catalog.py. Have you trained and tested the model on the VID dataset? How it performs? It seems to perform so badly when I use the config:
Evaluation results are as follows after 125 iterations:
Can you provide some suggestions?
The text was updated successfully, but these errors were encountered: