Mingkuan
Mingkuan
I solve it by link the `caffe_.mexa64` which is build by `make matcaffe` to the folder `rcnn/bin` by below command: ``` bash $ ln -s $CAFFE_ROOT/matlab/caffe/private/caffe_.mexa64 $RCNN_ROOT/bin/caffe.mexa64 ``` After make...
@dorioliu Have you tried the method I mentioned above?
@dorioliu It's a year ago, I'm not sure right now. You can try [Faster R-CNN](https://github.com/rbgirshick/py-faster-rcnn) or [Mask R-CNN](https://github.com/matterport/Mask_RCNN) for faster and more accurate result. 😄
Do you want to return the map position on touching? I have not read this project too long and forget some logic while MapView handling events, it will take some...
This program will panic immediately with error `makeslice: len out of range` ```golang package main import ( "bytes" "github.com/allegro/bigcache/v2" "log" "math/rand" "runtime" "strconv" "time" ) func main() { cache, _...
@janisz Sure ^_^ I want to change `copyKeys()` to copy keys' hash instead of copy keys' index in BytesQueue, is anything problem?
It seems that AppVeyor build failed by network issues, is there any possible to rerun the building process or how can I fix it? ``` Start-FileDownload "ftp://ftp.equation.com/make/32/make.exe" -FileName mingw32-make.exe Start-FileDownloadInternal...
fixed in master but not release, we can try this ` go get -u github.com/Knetic/govaluate@master` ``` require ( github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible ) ```