1. 16 5月, 2019 11 次提交
  2. 15 5月, 2019 1 次提交
  3. 13 5月, 2019 2 次提交
  4. 28 4月, 2019 1 次提交
  5. 27 4月, 2019 3 次提交
  6. 20 4月, 2019 1 次提交
  7. 19 4月, 2019 3 次提交
  8. 13 4月, 2019 4 次提交
  9. 11 4月, 2019 2 次提交
  10. 09 4月, 2019 1 次提交
  11. 05 4月, 2019 3 次提交
  12. 23 3月, 2019 1 次提交
  13. 22 3月, 2019 3 次提交
    • K
      3.11.2 · 1c2a5eb9
      Kentaro Wada 提交于
      1c2a5eb9
    • R
      Fix problem saving to output directory · 3b0bbcfe
      Roger Iyengar 提交于
      When images were open using a full filepath (either specified from the command line or from the dialogue that pops up in response to the "Open" or "Open Dir" QT buttons), they were not saved in the location that the user specified. Instead, they were being saved in the same directory as the image. This bug was caused by how Python's os.path.join() function handles full file paths given as the second argument. For example, os.path.join('first/path', '/second/full/path') will just return '/second/full/path'.
      
      To recreate this problem, run "labelme --output path/to/output/directory --autosave /full/path/to/image.jpg" without the fix. Create a polygon on the image and click save. Notice that the save dialog opens up to "/full/path/to/". Even if you go to File->Change Output Dir and select a directory, the save dialog still opens up to "/full/path/to/". If you apply this fix and then repeat these steps, now the save dialog opens up to "--output path/to/output/directory". The same problem occurred when the "--autosave" flag was used. But this fix corrects this problem as well.
      3b0bbcfe
    • R
      Update README.md · 90ccde11
      Roger Iyengar 提交于
      I was confused about some of the command line flags the first time I launched labelme. I have added some information clarifying these flags to hopefully help future users avoid the confusion that I had.
      90ccde11
  14. 21 3月, 2019 3 次提交
  15. 16 3月, 2019 1 次提交