mitosis
_LYH_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maskrcnn 训练问题
2020-03-11 22:07:43,642 maskrcnn_benchmark.trainer INFO: Start trainingTraceback (most recent call last): File "D:\Program Files\JetBrains\PyCharm Community Edition 2019.3.1\plugins\python-ce\helpe...原创 2020-03-11 22:28:52 · 905 阅读 · 0 评论 -
域适应 test(docker lyh_mask3)
这里是引用root@cff59370b8f0:/home/lyh/mitosis_DET/Domain-Adaptive-Faster-RCNN-PyTorch# CUDA_VISIBLE_DEVICES=7 python tools/test_net.py --config-file "configs/da_faster_rcnn/e2e_da_faster_rcnn_R_50_C4_si...原创 2020-03-07 19:37:51 · 307 阅读 · 1 评论 -
域适应maskrcnn
CUDA_VISIBLE_DEVICES=4 python tools/train_net.py --config-file "configs/da_faster_rcnn/e2e_da_faster_rcnn_R_50_C4_sim10k.yaml"2020-03-06 11:32:03,973 maskrcnn_benchmark INFO: Using 1 GPUs2020-03-06 ...原创 2020-03-06 19:39:06 · 960 阅读 · 0 评论 -
mitosis detection(三)训练成功
./experiments/scripts/faster_rcnn_end2end_12.sh 6 VGG_CNN_M_1024_Scale mitos --set EXP_DIR XX+ set -e+ export PYTHONUNBUFFERED=True+ PYTHONUNBUFFERED=True+ GPU_ID=6+ NET=VGG_CNN_M_1024_Scale+ NE...原创 2020-03-03 18:16:32 · 322 阅读 · 0 评论 -
Domain Adaptive Faster R-CNN for Object Detection in the Wild(论文解读)
AbstractWe build our approach based on the recent state-of-the-art Faster R-CNN model, and design two domain adaptation components, on image level and instance level, to reduce the domain discrepancy...原创 2020-03-03 14:28:16 · 602 阅读 · 0 评论 -
mitosis detection(二)
I0301 12:36:30.536449 25955 solver.cpp:245] Train net output #0: loss_bbox = 0.00237033 (* 1 = 0.00237033 loss)I0301 12:36:30.536458 25955 solver.cpp:245] Train net output #1: loss_cls = 0.06...原创 2020-03-01 20:50:22 · 354 阅读 · 0 评论 -
mitosis detection
问题一 ./experiments/scripts/faster_rcnn_end2end_12.sh 0 VGG_CNN_M_1024_Scale mitos --set EXP_DIR XX+ set -e+ export PYTHONUNBUFFERED=True+ PYTHONUNBUFFERED=True+ GPU_ID=0+ NET=VGG_CNN_M_1024_Scale...原创 2020-02-27 18:20:02 · 531 阅读 · 0 评论 -
DeepMitosis: Mitosis detection via deep detection, verification and segmentation networks 论文解读
3. Methods3.1. Using deep detection network to detect mitosis1) anchor采用默认The anchors of RPN have three scales and three aspect ratios.In this application, the shape of mitosis is irregular, maki...原创 2020-02-27 13:04:53 · 433 阅读 · 0 评论
分享