-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
WIP API for Yolact, python package #323
Open
breznak
wants to merge
16
commits into
dbolya:master
Choose a base branch
from
breznak:eval_api
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Feb 7, 2020
-
move config and init weights to __init__
so it's done automatically, not by hand after init.
Configuration menu - View commit details
-
Copy full SHA for f75754d - Browse repository at this point
Copy the full SHA f75754dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 286c496 - Browse repository at this point
Copy the full SHA 286c496View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6815e1 - Browse repository at this point
Copy the full SHA e6815e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e752308 - Browse repository at this point
Copy the full SHA e752308View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0905eb - Browse repository at this point
Copy the full SHA a0905ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d824333 - Browse repository at this point
Copy the full SHA d824333View commit details -
and imports. Cfg /config/ is not global, but passed as self.cfg, or as arg to methods.
Configuration menu - View commit details
-
Copy full SHA for 913045f - Browse repository at this point
Copy the full SHA 913045fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aecc3d - Browse repository at this point
Copy the full SHA 0aecc3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39739f4 - Browse repository at this point
Copy the full SHA 39739f4View commit details
Commits on Feb 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eb61db9 - Browse repository at this point
Copy the full SHA eb61db9View commit details -
prepare support for selecting device_type
currently only "gpu" is supported. In future, cpu,tpu. Use `net = Yolact(device_type="gpu")` `
Configuration menu - View commit details
-
Copy full SHA for 236352d - Browse repository at this point
Copy the full SHA 236352dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f73774 - Browse repository at this point
Copy the full SHA 2f73774View commit details -
access mask_type.direct directly,
solving a FIXME which I thought I cannot access the object. Thanks dboya for explanation: it's an object wrapping the dict, and I can access it, just my mistake was relying on an IDE, which cannot see through it.
Configuration menu - View commit details
-
Copy full SHA for cf2d4e6 - Browse repository at this point
Copy the full SHA cf2d4e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fccd89b - Browse repository at this point
Copy the full SHA fccd89bView commit details
Commits on May 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5a5d81d - Browse repository at this point
Copy the full SHA 5a5d81dView commit details -
initial python package for YOLACT. run `pip install .` And use as `from yolact import Yolact`
Configuration menu - View commit details
-
Copy full SHA for 550d83a - Browse repository at this point
Copy the full SHA 550d83aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.