Code Monkey home page Code Monkey logo

selfexsr's People

Contributors

jbhuang0604 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

selfexsr's Issues

problem with running the code

Hello,
The cvpr paper is an excellent work and I tried to run the code. However, it appears errors as follows.
??? Undefined variable "vision" or class "vision.ShapeInserter".

Error in ==> sr_extract_plane>sr_detect_plane_from_vp at 179
shapeInserter = vision.ShapeInserter('Shape', 'Lines','BorderColor', 'White');

Error in ==> sr_extract_plane at 48
modelPlane = sr_detect_plane_from_vp(vpData, img, opt);

Error in ==> sr_demo at 38
modelPlane = sr_extract_plane(filePath.dataPath, filePath.imgFileName, opt);

Error in ==> sr_demo_batch at 63
imgHiRes = sr_demo(filePath, opt);

It seems some code were missing or I made some mistakes to miss something. Would you help me solve it .Thank you very much! @jbhuang0604

source/EdgeDetectTest.exe doesnot generate complete *_vanishingpoints.txt

The matlab code in sr_extract_plane.m invoking source/EdgeDetectTest.exe generates only partial info
vx vy vz score numLines
-0.99157554 0.12952947 0.00024355 650.54 47
0.76044877 -0.64939690 -0.00115497 488.17 39
-0.43647291 0.89971575 0.00172559 331.19 31
But expected is 4KB file as present in "cache\vpdetection\text\img_100_SRF_2_LR-vanishingpoints.txt"
The start , end and length of lines in 3 sets not present.
Tried in x64 machine.
Behavior in matlab code and CMD for the source/EdgeDetectTest.exe is same.
Any suggestion?
Thanks !

code doesn't work on Linux systems (EdgeDetectTest.exe)

hi all!
the code needs to execute EdgeDetectTest.exe , so it needs Windows SO. Is there a workaround or can anyone give the exe source code so that I can compile it on linux? If not, anyone could give me another solution?
tnx

about Urban100

Hi, thanks for ur sharing!!!
I was wondering whether u had the x3 downsapled urban100 dataset?

Readme: Dataset links do not work

The links corresponding to datasets 'Set 5' and 'Set 14' give a 404 error. It would be great if you could share the dataset for open testing.

Error in compute_difference.m: unknown variable/function 'warpedImage'

Hi,

First of all, thank you for the excellent work and code! I was trying to evaluate my own method with you quantification script. But there seems to be an error in the function compute_difference.m

At some point in the code the function tries to use variable warpedImage:

% Compute Structural similarity index (SSIM index)
45	% =========================================================================
46	[ssim, ~] = ssim_index(imgt, warpedImage);
…	
49	% Compute information fidelity criterion (IFC)
50	% =========================================================================
51	ifc = ifcvec(imgt, warpedImage);

But warpedImage was not defined before. I am guessing it should just be replaced with 'im' such that the code becomes

% Compute Structural similarity index (SSIM index)
45	% =========================================================================
46	[ssim, ~] = ssim_index(imgt, im);
…	
49	% Compute information fidelity criterion (IFC)
50	% =========================================================================
51	ifc = ifcvec(imgt, im);

Is this correct, or did you intend to have another preprocessing step which produces warpedImage?

Thanks again for the great work!

Cheers

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.