-
Thank u for your great work and code, I have tried it, but got this error, can u help me solve it. It seems that lack of the josn files.
CUDA_VISIBLE_DEVICES=0,1 python main.py \
> --model all…
-
Thank you for your excellent work! I noticed that in the `eval_moment_retrieval` function https://github.com/jayleicn/moment_detr/blob/main/standalone_eval/eval.py#L136, there are four predefined time…
-
Dear authors,
I'd like to test your model on my custom 3D reconstructed pointclouds + rgb map.
In order to directly use the [checkpoints](https://huggingface.co/CH3COOK/Vote2Cap-DETR-weights/tree/…
-
thank you for your great work. but I wonder: could you share the code for visualizing attention maps in your paper?
I'm looking forward from you.
-
Hi:
I want to set "dataloader.test.batch_size = 16" (default is 1) to accelerate the evaluation speed. But, I get a much smaller mAP results, e.g. 0.59 vs 41.5 mAP. Is it the upper stream(detectr…
-
Hello author, you designed an efficient hybrid encoder and selected IoU-aware query selection. In which file is the program reflected? Is it based on other similar work? In addition, what do you think…
-
I am also ML enthusiast who came through this paper and was willing to replicate this entire behavior in tensorflow. Fortunately I even completed the project but due to lack of my knowledge I am not a…
-
I have checked in the readme: https://github.com/facebookresearch/detr#notebooks
There's no illustration about visualization but only train and eval.
I jest want to test one single picture and visua…
-
Hi, I found that the interpolate function [here](https://github.com/facebookresearch/detr/blob/4e1a9281bc5621dcd65f3438631de25e255c4269/util/misc.py#L450) does not support interpolating empty tensors.…
-
Thanks for sharing the code. I am wondering why not using Softmax+cross_entropy?
Did you see any differences in performance?