-
Notifications
You must be signed in to change notification settings - Fork 13
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
Where is the missing person contest - submission #26
Open
polofgrs
wants to merge
66
commits into
cvertdev:CVERT-Competition-Category-2
Choose a base branch
from
polofgrs:master
base: CVERT-Competition-Category-2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
created Angular project, changed the README to fit with my idea and reorganized python files into server folder for future implementations
use npm run electron ro launch window
forgot to mention electron-builder in readme. Also set up Bootstrap grid for tiled UI instead of Angular Material Layout
…methos is too complex)
… the image using Jimp advanced filtering
…pport ! now ready for competition category 1
alse checked that everything worked fine without imageInstance for electron IPC implementation (next step)
now use npm run electron : ng serve will not work anymore
thinking of using FabricJS for overlay
…ion inbetween jimp filters
…hm from http request json
…t standard animation, need to update
… the GPS fetch algorithms
still a bit of issues with the ico file. Now need to find how to start server from within angular, and include the executable file. Also need to check compilation on Windows...
now all is included in single file ! Still need to check compilation on Windows (and MacOS), and check for path issues in main.ts. Also, need to check that assets.json is saved, otherwise might have to add it to extraResources or extraFiles for permanent changes save
I just saw the deadline extension... |
Unfortunately, I did not get to work too much on the software lately, so this will be my final submission. Thank you again, I'm looking forward to seeing the results! 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is my submission for the Where is the missing person ? Contest.
Please note that I'd like to submit this fork for both Category 1 and Category 2 contests (I unfortunately didn't have time to get to the Category 3...).
This app is extremely simple to use : just download and install the executable files on your Windows or Linux machine (MacOS is coming), and follow the tutorial :
Youtube Video
The user's manual and developer's guide are available in the
/Documentation
directory of the fork, and more information about the architecture, and how to compile the app are available in the README! 😉This app was made to be compatible with the original Python algorithm, while enabling the final user to use and install the app without needing to install ANY framework (since they are probably not programmers anyway), and by keeping in mind that it needed to be very easy to use.
Here is the link to the downloadable executable files :
DOWNLOAD
I would like to wish every competitor the best of luck, and to congratulate and thanks HRAIL and CRASAR for the amazing idea and opportunity!
Cheers! 😄