-
Hi Yinyf0804,
Hope you are well.
I read your work "**Cyclic-Bootstrap Labeling for Weakly Supervised Object Detection**" and I find it very innovative, thank you for open sourcing the code as well…
-
# Overview
- 자율 주행 자동차의 단안 카메라로 RGB 이미지를 받아 각 물체를 인식하는 모델 파이프라인을 구축한다.
1. Object detection 모델:
적은 데이터로도 빠르고 정확한 학습이 가능하고, 물체를 인식해야 한다는 측면에서는 가장 적합한 task 정의이다.
하지만, Depth estimation과 통합하기 위해서는 p…
-
Why is it different from the implementation in the paper 'Weakly Supervised Approach for Joint Object and Lane Marking Detection'?
-
The file “train_wc.txt” of watercolor is not in your provided dataset. Could you update it?
-
Project pageのリンクが違う?
[Project page] Optimizing Video Object Detection via a Scale-Time Lattice
https://cvpaperchallenge.github.io/CVPR2018_Survey/#/ID_Learning_Pixel-level_Semantic_Affinity_with_I…
-
Traceback (most recent call last):
File "./tools/trainval_net.py", line 150, in
max_iters=args.max_iters)
File "/home/nieqinqin/liuxiaoyu/CLWS/tools/../lib/model/train_val.py", line 365, i…
-
Nice Work! Using point annotation to replace image-level annotation, and take advantage of semi-supervied object detection and weakly supervised object detection. As there not provied the code to gene…
-
Hello, when will the RINet code and the selective search proposals for remote sensing datasets be released? I am more concerned about the application of weakly supervised object detection in remote se…
-
Hi, thanks for the sharing work.
I trained the model with
` ./experiments/scripts/train.sh 0 pascal_voc vgg16 wsddnpath`
and I found in vgg16.yml it needs selective search. I tried to modified it …
-
### Backbone
* EfficientNet
* https://github.com/zhanghang1989/ResNeSt
### Pre-trained model
* better pre-trained model than ImageNet-1.2M pre-trained model
- Weakly supervised Instagram-1G (…