-
Hello,
Thank you very much for the implementation and the trained models.
I compared pose estimation run time of both pose_hrnet_w32_256x192.pth and pose_resnet_50_256x192.pth on the same large …
ghost updated
4 years ago
-
Hello, I cannot find the implementation of resnet 101 FCN in this repo.
Is there any code?
Thanks,
-
who knows why?T-T I'm crazy!
I0331 21:30:19.628304 16920 net.cpp:744] Ignoring source layer fc1000
I0331 21:30:19.628332 16920 net.cpp:744] Ignoring source layer prob
Solving...
Traceback (most r…
-
When I run :python experiments/deeplab/deeplab_train_test.py --cfg experiments/deeplab/cfgs/deeplab_resnet_v1_101_voc12_segmentation_base.yaml
It failed with information:
Called with argument: N…
-
--model ./pretrain_data/resnet-18-kinetics.pth --mode score --model_depth 18 --structure resnet18 --batch_size 128 --checkpoint ./logfile/save_8_resnet18.pth
新しく追加したのは
--structure
logfileに保存するとき…
-
/home/dlc/anaconda3/envs/torch3_py27/bin/python2.7 /home/dlc/sll/Relation-Networks-for-Object-Detection-master/experiments/relation_rcnn/rcnn_end2end_train_test.py --cfg experiments/relation_rcnn/cfgs…
-
Thank you for you share! and I want to ask you some question.
Do you attempt to use the resnet-101 as the base net to extract the featrue of image ?
-
Thanks for such a great contribution with this repo!
This question is about training with different ImageNet models besides the default resnet_v1_101 that is set up here. In particular, it is abou…
-
Dear @rkrasin,
Thank you for your fantastic Data Set. Would you please kindly inform us the accuracy (i.e., F1-Score) of your released models (i.e., _ResNet 101 image classification model_ and _Incep…
-
Hi
I trained the dataset on resnet 34 followed the given cmd in readme, and it ran well, but after I changed the model depth into 50 and 101, it gave me the error.
![screen shot 2018-08-07 at 2 09…