Code Monkey home page Code Monkey logo

cvpr15-cfss's People

Contributors

orthographic-pedant avatar zhusz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cvpr15-cfss's Issues

The error of multithreading on 2014b

Hi,
In the test mode of singe threading, there is no error when i run the inferenceCFSS.

Because my version is 2014b,
I replace【if (m<100) || (matlabpool('size')==0)】 with 【if (m<100) || isempty(gcp('nocreate'))"】 for using multithreading;
and turn on multithreading by 【parpool(8);】 in the file(inferenceCFSS.m) .
The error as follows:
1

Thank you!

face detection in Demo Video

Hi,thanks for your code.
In your demo video, the algorithm of face detection is also excellent.
What algorithm do you use to detect the face?
Thanks!

I cann't get the same results as your paper

I am not sure, I used the model which is offered by this web, but I can't get the result as your paper.
the variable 'er_abs' represents the final error in your inferenceCFSS program, in this vector, from 1 to 330 represents the HELEN test results, the mean value is 13.7559, form 331 to 554 represents the LFPW test results, the mean value is 3.5879, and from 555 to 689 represents the IBUG test results, the mean value is 7.7492. I wonder to know why my results is not the same as yours. Thank you for your explanation.

imtransform (in arrayfun()) does not work when called with images of much lower dimensions

The result of the arrayfun() with the imtransform call in transImagesFwd.m (lines 13-14), causes problem when called withimages of much lower dimensions than the new row, col data. Specifically, it fails to specify the spatial locations (x, y) appropriately and thus the program crashes on the extraction of the windows before the vl_hog().

I propose initially a check for the image size, and then a version with imwarp, since as mentioned here it is faster and more efficient.

matlabpool doesn't exist in Matlab 2015 and above

Therefore, all the lines where you check (matlabpool('size')==0) throw an exception. This can be fixed by replacing them with isempty(gcp('nocreate')).

However, I'm not sure if that call works on older versions of Matlab. If someone confirms this still works then I can make a PR to fix this.

error: vl_sift_toosimple.c

Hi,
When i put vl_sift_toosimple.c into the folder (.\external\vlfeat-0.9.20\toolbox\sift), and then i run the inferenceCFSS.m.
an error occured as followed:
.....
未定义与 'single' 类型的输入参数相对应的函数 'vl_sift_toosimple'。
出错 extractSIFT_toosimple (line 20)
[f,descriptor] = vl_sift_toosimple(img,'frames',fc);
.....

error? transPoseFwd

Error using transPoseFwd (line 14)
length(T) must be the same as size(oldPose,1)!

what's wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.