4xle

Results 18 comments of 4xle

As a temporary workaround to an official component, I can see an avenue using subprocesses and raw_input in python with a button that spawns a shell waiting for input. Can't...

> We split the data into training and validation sets, discarding views of training points on the validation set and vice-versa -from ECCV paper Going back over the paper again,...

I'm not asking for any kind of code support. At this point I've made some progress and I believe I have all intermediate h5 training files including the split-kp-minsc file...

I think I have it figured out but I'm still waiting to hear back from @etrulls to confirm that I've got it right. It's possible I have something very similar...

@punisher220 Certainly, though if we can keep the discussion on here it may help other people. @hudsonmartins I did intend to submit a PR, but thought I lost the work...

I'll check through my notes to see if I forgot to include any steps in the PR Readme and see if I have the data backed up for testing. However,...

@punisher220 The _P.mat files should be the same as the .mat files. The ReadAsciiSiftFile was for reading the .sift files, but I think in the end that function is not...

@punisher220 You can tweak the parameters of VSFM uses for matching to reduce the GPU computation load, though note that may affect the quality of the final results. If your...

I don't think the code is responsible for it, its just the nature of the work. Lots of repeated tiny accesses are a quick way to wear out a non-SSD...