4200 Commits

Author SHA1 Message Date
Kin-Yiu, Wong
f7945dc747
main code
update readme
2022-07-13 10:11:42 +08:00
Kin-Yiu, Wong
7bdafde7c6
Update README.md 2022-07-13 09:52:34 +08:00
Kin-Yiu, Wong
261b1cfdb2
main code
update reparameterization
2022-07-13 09:51:08 +08:00
Kin-Yiu, Wong
f5d50fa8c0
main code
update readme
2022-07-11 18:20:53 +08:00
Kin-Yiu, Wong
04991d916c
main figure
add more tasks
2022-07-11 18:09:09 +08:00
Kin-Yiu, Wong
46f8fc17d9
main code
update path
2022-07-11 15:30:56 +08:00
Kin-Yiu, Wong
09b8e34ae5
main code
update default activation function
2022-07-11 13:29:40 +08:00
Ding
2d5537bad5
docs: update virtualenv section of readme (#911) 2022-07-09 19:53:33 -07:00
Kin-Yiu, Wong
e44853eb4b
main code
add custom hyp
2022-07-10 10:37:03 +08:00
Kin-Yiu, Wong
b1a23d4938
main code
update link
2022-07-10 10:33:30 +08:00
Kin-Yiu, Wong
54627aa3ac
main code
@albertfaromatics https://github.com/WongKinYiu/yolov7/issues/35#issuecomment-1178800685
2022-07-10 10:19:41 +08:00
Kin-Yiu, Wong
c587e8f467
main code
@liguagua752109150 https://github.com/WongKinYiu/yolov7/issues/33#issuecomment-1178669212
2022-07-10 10:00:19 +08:00
Kin-Yiu, Wong
eef4f2c928
main code
update yolov7-tiny training cfg
2022-07-09 13:25:21 +08:00
Kin-Yiu, Wong
a7fa81ff49
main code
update yolov7-tiny deploy cfg
2022-07-09 13:24:19 +08:00
Alexey
0d1be18090
Update README.md 2022-07-09 07:24:10 +03:00
AK391
37fbdfefb8
add web demo (#58) 2022-07-09 07:23:14 +03:00
AlexeyAB84
dfc68171c1 Added requirements.txt 2022-07-09 02:26:32 +03:00
Alexey
9cd377429f
Update README.md 2022-07-08 21:31:37 +03:00
Kin-Yiu, Wong
5f1b78ad61
main code
set top_k temporally
2022-07-08 17:12:36 +08:00
Kin-Yiu, Wong
8f2e9e701c
main code
update training instruction
2022-07-08 17:04:00 +08:00
Kin-Yiu, Wong
941585a465
main code
upload cfg
2022-07-08 16:50:39 +08:00
Alexey
9ee1835a7e
Update README.md 2022-07-08 05:25:03 +03:00
Markus Vieth
3eecd4e37b
Add boost include, missing in upcoming PCL versions (ros2) (#374)
* Remove name of nonexistent PCL component (core)
Probably, common is meant, which is also requested

* Add boost include, missing in upcoming PCL versions
Was removed in pcl/conversion.h here: 292593abd3
2022-07-07 12:22:26 -07:00
Alexey
8fb5123649
Create LICENSE.md 2022-07-07 08:13:49 +03:00
Kin-Yiu, Wong
9dc0bed9d5
main description
add link to pre-trained model
2022-07-07 11:11:51 +08:00
dependabot[bot]
dcc5e23485
Bump lxml from 4.6.5 to 4.9.1 in /requirements (#909)
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.5...lxml-4.9.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 18:47:50 -07:00
Kin-Yiu, Wong
9a00c173a4
Update README.md 2022-07-07 08:24:04 +08:00
Kin-Yiu, Wong
9528dfb657
main description
update readme
2022-07-07 00:26:03 +08:00
Kin-Yiu, Wong
0de48a8233
main figure
add performance
2022-07-07 00:04:20 +08:00
Kin-Yiu, Wong
3a62ea0a16
main description
update readme
2022-07-07 00:02:25 +08:00
Kin-Yiu, Wong
a1c6e04c7c
main code
code for inference
2022-07-06 23:23:27 +08:00
Kin-Yiu, Wong
bc3e648286
Initial commit 2022-07-06 23:14:07 +08:00
s_teja
5bc7fb9a9c
CreateML fixes (#906)
Support createML format
2022-07-05 13:48:10 -07:00
pre-commit-ci[bot]
92c3bd7a4e
[pre-commit.ci] pre-commit suggestions (#1961)
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.3.0)
- [github.com/asottile/pyupgrade: v2.31.1 → v2.34.0](https://github.com/asottile/pyupgrade/compare/v2.31.1...v2.34.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-04 22:09:35 +02:00
alex-fdias
b3244d05cd
Fix downloading file by URL (Windows) (#1958)
as_posix() needed so that backslashes are output as forward slashes in the URL string (Windows)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-06-29 18:18:08 +02:00
Glenn Jocher
7ec9614961
Update loss.py (#1959)
* Update loss.py

* Update metrics.py

* Update loss.py
2022-06-29 18:07:06 +02:00
tzutalin
eb603c29e1 Fix unexpected type 'float' labelImg in labelDialog 2022-06-18 23:38:03 -07:00
tzutalin
1c94399b91 Fix wrong link for different readme in diffeerent locales 2022-06-14 23:12:04 -07:00
tzutalin
dd6e530961 Update build badge 2022-06-14 23:07:24 -07:00
tzutalin
5a3899c2e0 Update README 2022-06-14 22:56:28 -07:00
tzutalin
3a360ad8f5 Revert "Create pylint.yml"
This reverts commit 1efa3d80d2e2f1820c635ed9b074155bf22a2558.
2022-06-14 22:39:47 -07:00
Ryan Hirasaki
62e0da6824
Replace Travis CI with GitHub Actions, and make Windows/Linux builds. (#896) 2022-06-14 22:37:49 -07:00
darrenl
1efa3d80d2
Create pylint.yml 2022-06-14 22:37:24 -07:00
dependabot[bot]
0aa65efcc0
Bump actions/setup-python from 3 to 4 (#1956)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 11:41:14 +02:00
tzutalin
bc8041946a Updated translations 2022-06-12 10:41:54 -07:00
tzutalin
267c465eb2 Update .gitignore 2022-06-12 10:31:38 -07:00
tzutalin
94212951ee Switch to travis-ci.com 2022-06-12 10:21:53 -07:00
Stefan Breunig
0c377fc258
move "OK" button below cursor when opening label dialog (#893)
The intent for this change is to allow faster labeling when there
are streaks of the same label occasionally, but not consistently
enough to enable "default label" mode. With this PR the user can
simply click again to confirm the previous selection, without
having to aim for the OK button, or move either hand to the
ENTER button.

The alignment and position change of the buttons is for two reasons:
- it covers less of the drawn shape, easing verification of the
  label to be selected
- the alignment wasn't taken into account for offset calculation.
  It works if the dialog is shown, but that causes the dialog to
  briefly flicker in the old position. Presumably an `adjustSize`
  or similar is needed on more widgets, but I was unable to
  figure out which.
2022-06-12 10:12:19 -07:00
Stefan Breunig
981be1f9c4
consider scale when panning image (#892)
The previous variant calculates the delta by checking how many
"image pixels" the cursor was moved, and then emit an absolute
scrollbar move based on that. However, when zoomed in a single
image pixel can be multiple scroll bar units.

The effect was that panning a zoomed in image was very slow,
giving a rubber band kind of effect. Wiggling the mouse would emit
more deltas, eventually moving the image below the cursor again.

This PR uses the absolute coordinates instead, which keeps the
image closer to the cursor. There is still a slight rubber band
effect, probably due to slight differences between painter and
scroll bar positions/units.

The result is that panning a zoomed in image feels less sluggish.
2022-06-12 10:09:22 -07:00
Stefan Breunig
efd90a481b
also clear highlights when loading a new image (#891)
This fixes a crash with the following steps to reproduce:
1. highlight a vertex or shape with the cursor
2. swap image using keyboard controls (i.e. press D)
3. left click on image without moving cursor. No shape may be below
   cursor.

What happens is that the canvas will emit a selection signal for
the shape from the previous image, which then can't be found anymore
in `shapes_to_items`, causing this error:

```
Traceback (most recent call last):
  File "/home/stefan/code/labelImg/./labelImg.py", line 806, in shape_selection_changed
    self.shapes_to_items[shape].setSelected(True)
KeyError: <libs.shape.Shape object at 0x7fdb281d06a0>
```

This builds upon the fix from #858, which fixed the issue for
selected shapes, but not highlights.
2022-06-12 10:05:42 -07:00