-
In the paper's Implementation Details section it is stated that the RefineNet is trained with exposure estimation and FusionNet together but freezing the latter two. I already trained the FusionNet. B…
-
Hi there,
Hope you are doing well,
I found that you've imlemented RefineNet in TF which sounds so interesting to me. Does your refineNet model works well? I mean, does it outperform other models…
-
1. Is **psudo_labels** not updated during **train_refinenet_mt** training?
2. If **train_refinenet_mt** training works, should the **break on line 190** be annotated?
-
I get the following error by executing "sh run_demo.sh"
Parsing the arguments...
Initnializing the KV-Net
bn_running_avg = 0
RefineNet_UNet2D: init conv2d
RefineNet_UNet2D: init conv2d
init…
-
I'm sorry for asking so many questions.
I'm trying to get to the "train" stage.
I am trying to "CUDA_VISIBLE_DEVICES=0 python train/train_refinenet.py --arch pose_resnet_refine --checkpoint . /c…
-
Dear GeorgeSeif, thanks for your share firstly. I find some problems in this project. I trained the RefineNet model using the resnet101 several days ago. Your project's input image have fixed size-51…
-
I'd like to add some semantic segmentation models.
Possible candidates:
- [ ] [Wider or Deeper: Revisiting the ResNet Model for Visual Recognition](https://arxiv.org/abs/1611.10080)
- code: h…
-
(oishape_bm) root@autodl-container-5e5249940a-c4ef59ac:~/OakInk-Grasp-Generation# python scripts/grasp_new_obj.py --obj_path assets/hand_mesh_watertight.obj --n_grasps 10
2024-05-14 00:21:21,823 […
-
Did anyone train refinenet with multiple GPUs?
I tried to use Dataparallel but seems like it doesn't work.
-
related paper
|摘要|
|---|
|Recently, very deep convolutional neural networks (CNNs) have shown outstanding performance in object recognition and have also been the first choice for dense classific…