Skip to content

Commit

Permalink
Release/v1.2 (#90)
Browse files Browse the repository at this point in the history
Merging Master changes into branch via Release v1.2
  • Loading branch information
PastaTime authored Sep 4, 2020
1 parent 8ea723a commit 520e2f4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/annotation_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from client.client_config import ClientConfig
from client.screens.common import Alert
from client.screens.image_view_screen import ImageViewScreen
from client.screens.instance_annnotator_screen import InstanceAnnotatorScreen
from client.screens.instance_annotator_screen import InstanceAnnotatorScreen
from client.screens.project_select_screen import ProjectSelectScreen
from client.screens.project_tool_screen import ProjectToolScreen

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
size_hint_y: None
height: 50
import time
from threading import Lock

Expand Down
28 changes: 28 additions & 0 deletions server/template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" ?>
<annotation>
<folder>jpgs</folder>
<source>
<database>OXIIIT Custom</database>
<annotation>OXIIIT Bespoke</annotation>
<image>Self</image>
</source>
<size>
<width>0</width>
<height>0</height>
<depth>0</depth>
</size>
<segemented/>
<object>
<name>name</name>
<pose>Frontal</pose>
<truncated>0</truncated>
<occluded>0</occluded>
<bndbox>
<xmin>0</xmin>
<ymin>0</ymin>
<xmax>0</xmax>
<ymax>0</ymax>
</bndbox>
<difficult>0</difficult>
</object>
</annotation>

0 comments on commit 520e2f4

Please sign in to comment.