Jinhong Deng
Jinhong Deng
Hi, thanks for your awesome project! When I dive into the detail of adaptive_teacher, I find that the vgg16 backbone has BN layers by default. https://github.com/facebookresearch/adaptive_teacher/blob/cba3c59cadfc9f1a3a676a82bf63d76579ab552b/adapteacher/modeling/meta_arch/vgg.py#L62 As far as I...
由于我们时区与格林威治时间不一致,凌晨写的论文就无法被预览,参考 https://jdhao.github.io/2020/01/11/hugo_post_missing/ 添加 ``` buildFuture = true ``` 仍然不起作用,有什么比较好的解决方案吗?
I want to visualize the detection results. I noted the file `visualize_json_results.py` can be used to visualize the detection results. But I cannot find the instructions for generating the detection...
Thank you for the great work! I am trying to evaluate the GroundingDINO model on my own dataset. But the readme only provides an inference example.
In the paper, the backbone network for the experiments on cifar10 and cifar100 is R-26, but the implementation is WRN-28-10, could the authors provide the R-26 experiment code? I hope...
Great works! But I wonder whether this method can be used for a two-stage object detector, e.g., Faster RCNN or not?
Thanks for your great guide. I am trying to config: ``` (cl-defmethod org-roam-node-type ((node org-roam-node)) "Return the TYPE of NODE." (condition-case nil (file-name-nondirectory (directory-file-name (file-name-directory (file-relative-name (org-roam-node-file node) org-roam-directory)))) (error...
Dear authors, could you please provide the code of your model for predicted bounding boxes visualization? Thanks a lot.
Hi, thanks for your excellent work and the open-source. I am trying to reproduce the results reported in the paper. Currently, I conduct the experiment of 1% COCO. I only...