Skip to content
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

change the style of point addotation #112

Open
wants to merge 62 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
c70cc06
Add Docker config
wanglingsong Sep 7, 2018
91f4a3a
Restructure
wanglingsong Sep 8, 2018
e937e26
Working web labeling tool
wanglingsong Sep 8, 2018
7886e40
Remove unused images and add config
wanglingsong Sep 8, 2018
a2a102f
Change config to todview host
wanglingsong Sep 9, 2018
ac44599
Chinese support
wanglingsong Sep 10, 2018
0afed2e
Update api url
wanglingsong Sep 17, 2018
46a4b88
add auditing panel
lazySageMan Sep 19, 2018
8689a20
add koa2 easy server
lazySageMan Sep 19, 2018
dda54a7
Merge pull request #1 from lazySageMan/master
wanglingsong Sep 19, 2018
0932927
audit panel
lazySageMan Sep 19, 2018
0ffcc37
okok
lazySageMan Sep 19, 2018
925891b
add audit babel in auditing
lazySageMan Sep 20, 2018
9102df6
changes
lazySageMan Sep 20, 2018
a2f5b33
Merge pull request #2 from lazySageMan/master
wanglingsong Sep 20, 2018
b2c5a28
Load rectangle shape in Review Panel
wanglingsong Sep 20, 2018
cfd2778
add promptWidth box and closeing the zoom
lazySageMan Sep 21, 2018
0224fb5
Merge pull request #3 from lazySageMan/master
wanglingsong Sep 25, 2018
119ca4a
Minor fix
wanglingsong Sep 25, 2018
ebcd4ea
Adjust weight-height label position
wanglingsong Sep 25, 2018
9508de1
Remove unused dependencies
wanglingsong Sep 25, 2018
61da10e
change the type of display is mouseover&mouseup
lazySageMan Sep 25, 2018
f0e5893
Merge branch 'master' into master
wanglingsong Sep 25, 2018
25b818f
Merge pull request #4 from lazySageMan/master
wanglingsong Sep 25, 2018
225dd64
Use English colon
wanglingsong Sep 25, 2018
6be6249
Remove redundant code
wanglingsong Sep 26, 2018
b0f41f7
add point annotation and submit
lazySageMan Sep 27, 2018
f91e81f
debug in the toolbox.tag.html
lazySageMan Sep 27, 2018
28576fb
change the style of point addotation
lazySageMan Sep 28, 2018
2b73903
Merge remote-tracking branch 'gao-origin/master'
wanglingsong Sep 28, 2018
8504e3c
Optimize code
wanglingsong Sep 28, 2018
0b90b11
Add proper error message
wanglingsong Sep 28, 2018
a0feccf
Round coordinates value
wanglingsong Sep 28, 2018
1cd9069
add the previousWork frame and add audit aptions of points
lazySageMan Sep 29, 2018
86ea4a9
Merge remote-tracking branch 'gao-origin/master'
wanglingsong Sep 29, 2018
2411a2e
Recover lost code in previous merge and code optimization
wanglingsong Sep 29, 2018
84cbef9
use the todView/imglab in my develop
lazySageMan Sep 30, 2018
5604c42
Merge github.com:TodView/imglab into develop
lazySageMan Sep 30, 2018
22ae263
mark the box accoring to the points
lazySageMan Oct 1, 2018
ba52c82
the constraint for adding a picture box is the wrapped point
lazySageMan Oct 1, 2018
9f43f81
Merge remote-tracking branch 'gao-origin/master'
wanglingsong Oct 2, 2018
e3c1d79
remove redundant imglab folder
wanglingsong Oct 2, 2018
bb85d78
Fix error message
wanglingsong Oct 2, 2018
b65283a
need debug
lazySageMan Oct 2, 2018
94807de
modify the inital position of scroll bars and coordinate lines
lazySageMan Oct 2, 2018
b5db6bf
Should be able to edit rejected rect shape
wanglingsong Oct 2, 2018
c4f284b
Merge remote-tracking branch 'gao-origin/master'
wanglingsong Oct 2, 2018
da49cad
fix bug
wanglingsong Oct 2, 2018
143004e
Increase feature point size
wanglingsong Oct 3, 2018
bd3f086
turn off the animation
lazySageMan Oct 3, 2018
57de64d
Merge remote-tracking branch 'gao-origin/master'
wanglingsong Oct 3, 2018
ce4e373
Fix typo and disable tool-zoom
wanglingsong Oct 8, 2018
a3f6888
Update static files
wanglingsong Oct 9, 2018
1c49a55
Update api url
wanglingsong Oct 11, 2018
b95f1ce
Implement weixin login frontend logic
wanglingsong Oct 12, 2018
657f138
Optimize code
wanglingsong Oct 13, 2018
e6ce8e5
Update error handling
wanglingsong Oct 13, 2018
b4f86ce
Add logout function and point radius
lazySageMan Oct 20, 2018
a6feacc
Merge remote-tracking branch 'gao-origin/master'
wanglingsong Oct 20, 2018
4a5b5ea
Ensure submitted coordinates data in Integer
wanglingsong Oct 24, 2018
0c07627
Update Bounding Box data with adjustment to stroke width
wanglingsong Oct 26, 2018
b2195d2
Fix Chinese text
wanglingsong Oct 26, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
/package-lock.json
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY default.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions css/style.css → app/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,19 @@
height: 100%;
}
/*body{ background-color: #2c3e50; }*/
.btn-bs-button{
position:relative;
}
.btn-bs-button input[type="button"]{
position: absolute;
top: -9999999;
filter: alpha(opacity=0);
opacity: 0;
width:0;
height:0;
outline: none;
cursor: inherit;
}
.btn-bs-file{
position:relative;
}
Expand Down Expand Up @@ -107,4 +120,8 @@

.no-pl{
padding-left: 0px!important;
}

#toolbar{
width: 100px;
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
Binary file added app/img/icons/bee.png
2 changes: 2 additions & 0 deletions app/img/icons/bee.svg
File renamed without changes
File renamed without changes
38 changes: 38 additions & 0 deletions app/img/icons/download.svg
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
136 changes: 68 additions & 68 deletions img/support_patreon.svg → app/img/support_patreon.svg
Loading