-
Platform: ubuntu 16.04:
Python version: 3.6
Source framework with version: mxnet-cu92mkl 1.2.0
Destination framework with version: pytorch-0.4 with GPU
Running scripts:
```
SYM=mxnet/Deforma…
-
Hi @Orpine , I want to train my own dataset with one target, which is just a binary classification problem. I modify the prototxt in /models/pascal_voc/ResNet-50/rfcn_alt_opt_5step_ohem/ and change ea…
-
I trained my data with ResNet-50, but it was interrupted unexpectedly(when i train my data with small iteration, such as 500, it was ok. ). I don't know what is the reason. Anyone could give me some a…
-
hi,all
i want to try this algrithm on virtual machine and my system is ubuntu 16.04.
I had installed: MXNet@(commit 62ecb60) and Cython, opencv-python==3.2.0.6, easydict==1.6 as required. My python …
-
Hi~ I had trained and test py-R-FCN on GPU K80, before that I also did the same process with py-Faster-RCNN. However , the training and testing time of py-Faster-RCNN-VGG16 is almost close to the time…
-
Could someone please enumerate the steps needed to train these models on a custom dataset? I can get my data in the PASCAL VOC format
Thank you very much!
-
How to fine tune your model? I don't have sufficient data to retrain your model from scratch.I want to fine tune your model on my data which has only two classes ?
-
Hi, i have a qestion about the code.
In your code you give the output feature map of key predictor, but there should be a warped feature map of cur predictor right?
But I checked the code and don't …
-
Has anyone had any luck training this model end-to-end *without* external object proposals or pretraining the RFCN network on Imagenet DET? I've been trying to train the D(&T loss) model in pytorch an…
-
when i training use follow command,
./experiments/scripts/rfcn_end2end_ohem.sh 1 ResNet-101 coco
it print below
I0918 14:51:27.386899 22785 net.cpp:775] Ignoring source layer prob
Solving...
I09…