-
Hello,
If i do sh make.sh I'm getting the following error:
```
hough_voting_gpu_op.cc:24:30: fatal error: opencv2/opencv.hpp: No such file or directory
#include "opencv2/opencv.hpp"
…
-
Hello,
I would like to create a dataset (the same way Pascal VOC) and train a res101 on it.
I wrote a cpp code to create my dataset and call the train_faster_rcnn.sh
But I meet this error : …
-
What could be the cause and fix of this CUDNN_STATUS_BAD_PARAM error? I cannot get this to extract the features. Pytorch otherwise runs fine on my Ubuntu + Anaconda machine.
>my@my:~/Dropbox/x…
-
Hi
I have encountered this error while running the code. After getting the information about the filters which are to be pruned, while pruning the filters this issue occured.
```
/usr/local/lib/p…
-
Raghakot,
I've been experimenting with using pre-trained VGG16 as a feature extractor and merging the output of the last (None, 4096) dense layer with another small FC dense model. The output of th…
-
题主,我有两个问题想请求,麻烦您看到之后回复一下吧
(1)代码中有一个result/knn.h5,请问这个文件在哪下载?
(2)代码中使用的VGG16模型,该模型不需要搭建么?我没有看到关于模型结构的代码段,这个可能需要您帮忙解释下
-
# 해결하고자 하는 문제
안녕하세요. 최근 인공지능 모델을 만들며 노는 사람입니다.
최근 몇몇의 모델을 만들면서 든 생각인데,
예로들어 MLP에서 히든레이어의 갯수와 퍼셉트론의 갯수를 어떤기준으로 만들어 넣는지 잘 모르겠습니다.
히든레이어와 퍼셉트론의 갯수를 계속 늘리기에는 오버피팅이 쉽게 일어날것 같고,
조금 넣자니 언더피팅이 날것같습니다…
-
Traceback (most recent call last):
File "C:/Users/huhongyang/Desktop/Faster-RCNN-TensorFlow-Python3-master/train.py", line 216, in
train.train()
File "C:/Users/huhongyang/Desktop/Faster-…
-
我想把gluoncv的ssd转成caffe的,但是报错了:
Traceback (most recent call last):
File "convert.py", line 18, in
text_net, binary_weights = convert_ssd_model(model, input_shape=(1,3,shape,shape), to_bgr=Tr…
-
Yes, pretrained CNN is used here,using pretrained cnn (vgg16 here) has 2 benefits:First,
learning the Q function is faster because we need to up-date the parameters of the Q-Network only, while using…