-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Feature] Estimate mview sperson dataset in filesystem #123
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #123 +/- ##
==========================================
- Coverage 61.19% 60.54% -0.66%
==========================================
Files 178 180 +2
Lines 11097 11255 +158
==========================================
+ Hits 6791 6814 +23
- Misses 4306 4441 +135
Flags with carried forward coverage won't be shown. Click here to find out more.
|
smc_name = os.path.basename(smc_path) | ||
if self.verbose: | ||
self.logger.info('Extracting image relative path list' + | ||
f' for scene {scene_idx}, file {smc_name}.') |
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.
Is it possible for users to pick the camera, not in order?
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.
Fixed in 0ef32be .
HummanSMCDataCovnerter
, converting SMCs to dataset in filesystem.run_mview_sperson_estimator
, running estimation on the files above. Also this tool addresses the requirements mentioned in the issue-118.