LXWDL

Results 12 issues of LXWDL

Hi, when i run the following command: python ./tools/train_net.py --gpu=0 --solver=./models/pvanet_obsolete/example_train_384/solver.prototxt --weights=./models/pvanet/pva9.1/pva9.1_pretrained_no_fc6.caffemodel --iters=110000 --cfg=./models/pvanet_obsolete/cfgs/train.yml --imdb voc_2007_trainval an error occurs as following: Loading pretrained model weights from ./models/pvanet/pva9.1/pva9.1_pretrained_no_fc6.caffemodel F1025 12:08:32.385498 21261...

Hi,thank you for sharing the code, I use you provided fockl loss to replace the the softmaxloss used in the fast-rcnn phase of faster-rcnn. But he training accuracy is only...

Hi, thanks for your works,I have a problem I use your file in the VOC0712 on the training, the training speed is particularly slow, more than 20 hours only iterative...

Hi , Thanks for your codes, when I run the make all -j16 ,I have encountered the following questions and I have no idea how to solver the problems,can you...

Thank you for sharing, I encountered the following error in the implementation of the following code, python prune.py --model model_best.pth.tar --save pruned.pth.tar --percent 0.7 error: Traceback (most recent call last):...

您好,我在使用FaceTools工具对人脸数据库进行对齐处理时,遇到下面的问题: ImportError: numpy.core.multiarray failed to import Traceback (most recent call last): File "D:\facealign\FaceTools-master\main.py", line 18, in import aligment File "D:\facealign\FaceTools-master\aligment.py", line 8, in import cv2 ImportError: numpy.core.multiarray failed to import...

Hi, Thanks for you codes. What is the following sentence function to achieve? caffe_model_decompress (netmodel, "alexnet_xx.caffemodel", "alexnetzip.npz") Why is the output of alexnet_xx.caffemodel the size is not the same of...

Hi, When I run the ./train.sh common, the following error ,how to solve the problem , thanks error: check failed : fd != -1 (-1 vs. -1) File not found...

Hi, is your open source resnet-fast-rcnn the net result file that you have experimented with the best results?

Hi, Thanks for your works.I do not know how to use your code, can you simply describe the use of the step and the results of the operation, I will...