-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TF-LIFT For Windows #42
base: master
Are you sure you want to change the base?
Conversation
Also added functions for creating split index h5 files and reading keypoints from ASCII files, though the latter may not be used.
As mentioned in issue #28, I thought the code for the PR was lost. |
Some of the changes here seem irrelevant. For example, there are permission changes. Can you remove those first? |
Thank you for the PR by the way |
Whoops, that might be from mounting the Windows backup onto my Linux system. I'll double-check. Don't usually have to think about permissions. |
@kmyid Permissions appear to be uniform across my copy of the repository, can you call out anything specific for me to take a closer look at? |
I've left the batch |
If you look at the diffs, there are still too many changes compared to the master branch, although it is hard to see what really changed. Can you also remove them? Only the parts where things have really changed should be highlighted in PRs so that we can easily keep track. |
It looks like a formatting difference on the PR, potentially. Maybe OS line ending differences? I'll take a crack at it tomorrow and see if I can figure out how that happened. Wasn't there when I checked them against the latest version, though I only checked line diffs.
Bradley Koskowich
Research Assistant
Spatial {Query} Lab
MANTIS Lab
…________________________________
From: Kwang Moo Yi <notifications@github.com>
Sent: Monday, April 13, 2020 11:08:09 PM
To: cvlab-epfl/tf-lift <tf-lift@noreply.github.com>
Cc: Koskowich, Bradley <bkoskowich@islander.tamucc.edu>; Author <author@noreply.github.com>
Subject: Re: [cvlab-epfl/tf-lift] TF-LIFT For Windows (#42)
If you look at the diffs, there are still too many changes compared to the master branch, although it is hard to see what really changed. Can you also remove them? Only the parts where things have really changed should be highlighted in PRs so that we can easily keep track.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#42 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFTYPVHSGNIECOXCDCRP6ETRMPOSTANCNFSM4MHBNASA>.
|
Awesome thanks. No rush though. And thank you so much for the PR. It really helps. Cheers, |
I'm going to test these commits before I call them functional, it will take me some time to rebuild and process everything though. |
Thank you so much! ;) |
Important Note: Prior to this PR, the development was done on a Windows box which unfortunately shorted during a power outage. The hard drive with these commits was originally thought to be unrecoverable, as was most of the system the code was developed on. I have no way to check the status or quality of the PR as it currently exists on a Windows box as the event prompted me to switch to Linux for development. The Anaconda environments should be re-creatable on Linux.
This collection of commits includes some QoL scripts as well as the results of digging through the code and adding comments or clarifying some logical operations with python functions instead of string addition. It also includes the
yml
andtxt
text files for recreating the Anaconda environments I was able to use to run the code with tensorflow-gpu 1.4.0 on Windows. The readme has been updated to reference these scripts for various training and testing commands.I think I have stripped out any cruft or extraneous developments that aren't actually needed for the code, as this was originally a course project, but if I have missed anything please feel free to remove it. There are some minor changes to the
eccv
andhelpers
files under thedatasets
folder,