Dongming Wu

Results 3 issues of Dongming Wu

Hello! When I run the code, I find that in ''class Regretful'', the model always contains the Progress Marker. Though I set the parameter --progress_marker == 0, we can't remove...

Hi, I found that the loss used in this repo is a cross-entropy loss between prediction and mask. `loss = F.binary_cross_entropy_with_logits(pred, mask)` But the loss mentioned in the paper is...

Hi, I think the mAP calculation on A2D-Sentences in this repo has an issue. When evaluating the model on A2D-Sentences, the five (that is num_queries) predictions per frame are saved...