Zhaolong Xing

Results 11 issues of Zhaolong Xing

matlab:2014a python:2.7 ubuntu here is the selective_search.py: import tempfile import subprocess import shlex import os import numpy as np import scipy.io script_dirname = os.path.abspath(os.path.dirname(file)) def get_windows(image_fnames, cmd='selective_search'): """ Run MATLAB...

i installed caffe, and clone the rcnn, and i also run the startup.m rcnn_build.m with no error ,but when i try to run key = caffe('get_init_key'), i got the following...

Hi, i see the benchmark from `README`. I have some questions. What's the platform used for inference time testing? It's there any neon acceleration for depthwise conv in mobilenet? There...

After build the skimcaffe, and i run `build/tools/caffe.bin test -model models/bvlc_googlenet/test_direct_sconv.prototxt -weights models/bvlc_googlenet/gesl_0.686639_0.001_0.00005_ft_0.001_0.0001.caffemodel` it shows ``` ERROR: unknown command line flag 'model' ERROR: unknown command line flag 'weights' ``` I...

If I implemented direct conv with ordinary multithreading, what gaps would I have with skimcaffe implementations?

I don't know why I got poor results on my own screenshots, help welcome

add batch normalization and rounding tool to merge_model tools

hi 请问一下, 此project有对应的paper么, 我大体看了以下网络结构,还是有一些疑问

I see a todo here https://github.com/anatolix/keras_Realtime_Multi-Person_Pose_Estimation/blob/new-generation/py_rmpe_server/py_rmpe_transformer.py#L100, but i didn't see the treatment, If the coordinates of the point are less than 0 or more than the boundary of the picture,...