Commit Graph

5136 Commits

Author SHA1 Message Date
Ehsan Azarnasab 9e4fe65c47 add __version__ and import extension to the package 2015-08-20 12:21:27 -07:00
Ehsan Azarnasab 26b9de7006 add classifiers to setup.py 2015-08-20 10:51:07 -07:00
Ehsan Azarnasab 69ff6a3fff make sure sdist includes all necessary packages and no build directories 2015-08-20 10:29:13 -07:00
Ehsan Azarnasab ae5c624272 move setup.py 2 levels up to avoid the need to git submodules to link to source 2015-08-20 09:42:44 -07:00
Ehsan Azarnasab bbfae95029 clean up options 2015-08-20 09:38:57 -07:00
Ehsan Azarnasab 03c0ccb999 clean up module license 2015-08-19 17:43:15 -07:00
Ehsan Azarnasab c8d0e264c3 initial manifest file to include distribution 2015-08-19 17:43:01 -07:00
Ehsan Azarnasab 5f7e3cb76c read version infor from docs 2015-08-19 16:59:28 -07:00
Ehsan Azarnasab a2cd5d441e remove used options from argv 2015-08-19 16:49:45 -07:00
Ehsan Azarnasab e8b161017b initial setup.py commit. Will build and create distribution directory. 2015-08-19 16:43:42 -07:00
Ehsan Azarnasab c2aa1c2da2 ignore dist directory as well as egg directories 2015-08-19 16:25:10 -07:00
Davis King d96711ed7d Created release v18.17 2015-08-15 22:27:02 -04:00
Davis King dec47ce2ab Added tag v18.17 for changeset ce6f36498786 2015-08-15 22:27:02 -04:00
Davis King 38d42e7fbd updated docs 2015-08-15 22:17:30 -04:00
Davis King 835d3b9be0 fixed incorrect tests 2015-08-15 21:37:19 -04:00
Davis King cd834b494b Improved grammar in boost compilation message. 2015-08-15 12:13:41 -04:00
Davis King c78b9fed34 Fixed a bug in parse_xml(). It failed to check if the given input stream was
valid before trying to parse it.
2015-08-15 11:01:47 -04:00
Davis King ecdfdea677 Fixed build error due to messed up includes. 2015-08-12 20:15:18 -04:00
Davis King ab4920a4cb added missing #include 2015-08-11 06:51:35 -04:00
Davis King 2820de88b2 Removed unnecessary #included code. 2015-08-11 06:49:14 -04:00
Davis E. King fdaefe0ab8 Merge pull request #24 from tzutalin/master
Remove redundant include
2015-08-06 06:05:45 -04:00
TzuTa Lin d2b4abeb94 Remove redundant include 2015-08-06 13:31:53 +08:00
Davis King e5b691b619 Added sponsorship statement 2015-08-05 20:44:10 -04:00
Davis King 825ae0910e merged 2015-08-05 20:37:45 -04:00
Davis King f1c734d60f Fixed a bug pointed out by Ernesto Tapia that could cause matrix expressions
that involve sub matrix views (e.g. colm) to produce the wrong results when the
BLAS bindings were enabled.
2015-08-01 12:51:05 -04:00
Davis King f6ad191c9e Clarified spec 2015-08-01 12:49:03 -04:00
Davis King 0c561f2b89 Switched more URLs to dlib.net rather than sourceforge.net. 2015-07-24 08:15:40 -04:00
Davis King 0358aa8667 merged 2015-07-24 08:04:57 -04:00
Davis E. King ffb44f83b1 Merge pull request #22 from stefan-it/stefan/sourceforge-mercurial-removal
Removes link to sourceforge mercurial repository
2015-07-24 08:03:32 -04:00
Stefan Schweter a25966186e Removes link to sourceforge mercurial repository and use the GitHub address instead. 2015-07-24 13:40:25 +02:00
Davis King 985b960927 merged 2015-07-22 14:52:45 -04:00
Davis King 4887e1c487 Added an exception specification saying that transaction's destructor can throw
since C++11 sets all destructors to noexcept unless otherwise specified.
2015-07-22 14:46:26 -04:00
Davis King 1b76017c53 Removed more sourceforge references. 2015-07-18 10:52:21 -04:00
Davis King 98a6553b02 merged 2015-07-18 10:12:34 -04:00
Davis King d2f8c69907 Removed more links to sourceforge, changed the download link to a much more
obvious button, made links look nicer with some better CSS.
2015-07-18 10:02:41 -04:00
Davis King 7c8b9828a3 Fixed the image_display so that when you try to click on boxes that happen to
have object parts labeled with OBJECT_PART_NOT_PRESENT it doesn't accidentally
move that non-present part rather than what you are clicking on.
2015-07-17 19:41:33 -04:00
Davis King d37699e64a merged 2015-07-17 08:32:32 -04:00
Davis King a43d6d452a fixed broken link 2015-07-17 08:15:06 -04:00
Davis King b3cae88595 Removed sourceforge download link. Now you download from the dlib.net server. 2015-07-17 08:11:52 -04:00
Davis King cd8e9decbe Made it so you can put other xml tags in a link tag and they will
be evaluated like you would expect.
2015-07-17 08:11:20 -04:00
Davis King 89d6055fed Fixed jet() and heatmap() so they work on empty images. 2015-07-14 08:13:46 -04:00
Davis King c42fdead69 Made the shape_predictor output a sparse feature vector that encodes
which leafs are used on each tree to make a prediction.
2015-07-13 20:45:56 -04:00
Davis E. King 97dc30bc63 Merge pull request #20 from Abai/master
Replace add_definitions with CMAKE_CXX_FLAGS in cmake file
2015-07-13 19:28:58 -04:00
Aziz Baibabaev bd664d9aa1 Replace add_definitions with CMAKE_CXX_FLAGS in cmake file
When using add_definitions erroneous flags are passed to dll resource compiler under MinGW. This breaks the build for anything linked to dlib, using a dll rc and MinGW.

The proper way is to append to CMAKE_CXX_FLAGS.

For CMake 2.8.12 and higher the proper way is add_compile_options(-Wreturn-type) OR target_compile_options(dlib PRIVATE -Wreturn-type)
2015-07-13 17:30:14 +02:00
Davis King 95887df088 Gave imglab the ability to jump to a specific image via a keyboard command. 2015-07-12 13:50:40 -04:00
Davis King a3c98799e7 Added has_input_focus() to the field_field. 2015-07-12 13:48:12 -04:00
Davis King dbc1ea4ddd Added --rmdupes. 2015-07-05 14:36:39 -04:00
Davis King 11e0382238 Added --rmtrunc, made --rmdiff mark a box as ignored rather than
totally removing it, and also made --stats print the number of non-ignored
boxes.
2015-07-04 20:45:07 -04:00
Davis King d6cd6a2ade Fixed a bug that crashed imglab when trying to cluster datasets with empty or
really small boxes.
2015-07-04 20:28:52 -04:00
Davis King 2651becf91 fixed bad input validation 2015-07-04 09:41:34 -04:00