Commit Graph

4190 Commits

Author SHA1 Message Date
Ryan Flynn e7eddf02ab py3 removes sys.maxint, float(inf) works in py2/py3 2016-12-29 21:25:23 -05:00
darrenl 37d968d6b6 Merge pull request #41 from tzutalin/revert-40-build-osx-travis
Revert "include osx in travis build"
2016-12-29 10:20:42 +08:00
darrenl cd4e440c32 Revert "include osx in travis build" 2016-12-29 10:20:32 +08:00
darrenl 445d940968 Merge pull request #38 from rflynn/readme-build-section-canonical
refactor/simplify README build instructions so subsections are linkab…
2016-12-29 09:30:57 +08:00
darrenl 831d5f33f0 Merge pull request #40 from rflynn/build-osx-travis
include osx in travis build
2016-12-29 09:29:51 +08:00
Ryan Flynn d8c8016dcc include osx in travis build 2016-12-28 20:20:12 -05:00
Ryan Flynn 13a0887e3f refactor/simplify README build instructions so subsections are linkable and commands are copy-pasteable 2016-12-28 18:46:56 -05:00
tzutalin 27bc319fba UPdate README.md 2016-12-22 21:26:43 +08:00
tzutalin 89bc590136 Use pyinstall v3.2 to build linux binary 2016-12-22 15:43:51 +08:00
darrenl af76ae25bd Merge pull request #36 from rflynn/unicode-labels
https://github.com/tzutalin/labelImg/issues/31 add support for displa…
2016-12-22 13:17:55 +08:00
Ryan Flynn 03236397d7 https://github.com/tzutalin/labelImg/issues/31 add support for displaying and saving unicode labels 2016-12-21 23:49:40 -05:00
darrenl 9a4c922d98 Merge pull request #35 from WillieMaddox/master
Fix bbox bug.
2016-12-21 10:01:48 +08:00
WillieMaddox b55f6e13a2 Fix bbox bug. 2016-12-20 08:30:11 -06:00
darrenl d9eaef0e40 Merge pull request #32 from Google1234/master
Fix a bug
2016-12-17 00:16:44 +08:00
Number1Tao 7b5a43fce1 Fix a bug
when run :./labelImg.py
Error: 
  File "./labelImg.py", line 815
    extensions = {'.jpeg','.jpg', '.png', '.bmp'}
Fix:
 change {'.jpeg','.jpg', '.png', '.bmp'} to ['.jpeg','.jpg', '.png', '.bmp']
Environment:python=2.6.9   qt=4.11.3 OX=mac os
2016-12-16 22:34:40 +08:00
Tzutalin c73e65eb40 remove clean 2016-12-10 16:24:33 +08:00
tzutalin dbbd6fc0f7 Update scripts for releasing 2016-12-08 10:09:42 +08:00
tzutalin 51bd7b1ca1 Update README 2016-12-07 15:05:53 +08:00
tzutalin 9792a610e2 Update envsetup.sh to download lxml.exe for building windows 2016-12-07 14:52:30 +08:00
tzutalin 3bbf5e23e5 remove numpy and jsos dependencies, and download pytqt for windows 2016-12-07 14:39:45 +08:00
tzutalin 16e6742094 Update script to build window/linux binary 2016-12-07 11:34:58 +08:00
tzutalin 7ff5f77484 Add envsetup.sh build-window-binary.sh for building windows 32 binary 2016-12-07 10:51:50 +08:00
tzutalin c111544e12 Upload build-ubuntu-binary.sh 2016-12-06 18:03:15 +08:00
tzutalin 50a079edc4 Support Unicode for saving and loading Pascal XML format
Use lxml to pretty the xml instead of minidom because minido does not support unicode
Save xml with unicode
Add tests dir to collect more images for unit tests in the future
2016-12-02 11:26:37 +08:00
darrenl 930d111eb8 Merge pull request #25 from Faraadid/pull-request-fixes-issue#18
This fixes #18 where openning previous annotation files causes a bug …
2016-11-08 18:11:41 +08:00
nkh 43f9166aff This fixes #18 where openning previous annotation files causes a bug in resizing bounding boxes, they were not rectangle anymore and could become deformed. 2016-11-08 13:06:13 +03:30
Paul Bovbel 686502e1ac Merge pull request #22 from ros-perception/paulbovbel-patch-1
Remove duplicated line
2016-10-27 11:01:20 -04:00
Paul Bovbel 3f25096398 Remove duplicated line 2016-10-27 11:00:13 -04:00
darrenl de98e88dcb Merge pull request #23 from rflynn/ensure-filename-defined
ensure filename variable exists for all code paths
2016-10-24 09:18:42 +08:00
Ryan Flynn 5ae63c09cd ensure filename variable exists for all code paths 2016-10-22 23:37:33 -04:00
tzutalin a550ee426d Update README and add clean in Makefile 2016-10-22 10:27:50 +08:00
matlabbe 1f44524b9d Fixed crash when selecting hamming flann distance, then change to bruteforce NN, then change to float descriptor 2016-09-22 12:24:25 -04:00
tzutalin 616435d8a2 resize demo image 2016-09-06 20:44:19 +08:00
tzutalin 031c6e95bd Add gitignore, README, and demo icon 2016-09-06 20:42:13 +08:00
tzutalin f2712d4cc7 Add file list and dock to move faster 2016-09-06 20:39:42 +08:00
tzutalin 4a3a47a7c7 rm opencv module 2016-09-06 17:24:47 +08:00
matlabbe 77b95d6b8c Update Vocabulary.cpp 2016-09-03 19:24:54 -04:00
tzutalin ab5e4db242 update gif link 2016-06-21 14:14:46 +08:00
matlabbe c899c2033d catkin: added dependency to generated msgs for the lib 2016-06-13 12:02:06 -04:00
matlabbe 48e6ea0147 Replaced obj_frame_prefix by object_prefix 2016-06-13 11:21:36 -04:00
tzutalin 110934ca9c remove unused file and update README 2016-05-10 22:42:13 +08:00
matlabbe 881f70377f Added CATKIN_ENABLE_TESTING to detect catkin on dev build on ROS buildfarm 2016-05-09 13:45:49 -04:00
matlabbe a5c25df708 Added CATKIN_SKIP_TESTING to detect catkin on dev build on ROS buildfarm 2016-05-09 12:34:41 -04:00
matlabbe dcd811e3da Depends on qt_gui_cpp instead of qt_gui_core metapackage 2016-05-09 11:15:32 -04:00
matlabbe be29572ed1 Fixed catkin detection by cmake for binary release on Kinetic 2016-05-08 16:34:41 -04:00
matlabbe e187dae127 package.xml: added qt_gui_core for Qt dependency 2016-05-06 18:31:43 -04:00
matlabbe 52ce5076db Auto find qt version (qt5 has priority) 2016-05-06 16:54:18 -04:00
matlabbe 5c21a76653 travis: disabled email notifications 2016-04-28 10:11:04 -04:00
matlabbe 662ff22c1d Update README.md 2016-04-28 09:08:30 -04:00
matlabbe f5ca03f0a6 travis dist: trsuty 2016-04-28 09:02:30 -04:00