-
Notifications
You must be signed in to change notification settings - Fork 49
Update readme to use ibpc #49
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
Conversation
0.0.3 is now on pip
Signed-off-by: Tully Foote <[email protected]>
README.md
Outdated
|
|
||
| ## Run the test | ||
|
|
||
| **At the moment the published tester is not available. You will have to build it locally see below in Development to build `ibpc:tester` and pass --tester-image `ibpc:tester` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tfoote Shouldn't there be docker builds first?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also worth adding a note that people need to rebuild the docker image every time they change their pose_estimator code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As soon as the packages are made public they won't have to build anything.
README.md
Outdated
| **At the moment the published tester is not available. You will have to build it locally see below in Development to build `ibpc:tester` and pass --tester-image `ibpc:tester` | ||
|
|
||
| ``` | ||
| bpc test ipd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tfoote This command is wrong, right? people also need to pass the ibpc:pose_estimator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that's missing here, added
tfoote
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added some more details.
README.md
Outdated
| **At the moment the published tester is not available. You will have to build it locally see below in Development to build `ibpc:tester` and pass --tester-image `ibpc:tester` | ||
|
|
||
| ``` | ||
| bpc test ipd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that's missing here, added
README.md
Outdated
|
|
||
| ## Run the test | ||
|
|
||
| **At the moment the published tester is not available. You will have to build it locally see below in Development to build `ibpc:tester` and pass --tester-image `ibpc:tester` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As soon as the packages are made public they won't have to build anything.
* Update readme to use ibpc 0.0.3 is now on pip * Clean up ibpc_py README.md Signed-off-by: Tully Foote <[email protected]> * add forward references to the build instructions * restructure for clarity * tip about cuda * typos from internal review * fix list --------- Signed-off-by: Tully Foote <[email protected]>
* Update readme to use ibpc 0.0.3 is now on pip * Clean up ibpc_py README.md Signed-off-by: Tully Foote <[email protected]> * add forward references to the build instructions * restructure for clarity * tip about cuda * typos from internal review * fix list --------- Signed-off-by: Tully Foote <[email protected]>
0.0.3 is now on pip
I successfully ran it on my machine with the default implementation.
I'd love to see this extended with how to run baseline on a published image before merge.