Skip to content

feat: add display of 3d mesh#717

Merged
JoanFM merged 35 commits intomainfrom
feat-add-texture-to-3d-mesh
Nov 9, 2022
Merged

feat: add display of 3d mesh#717
JoanFM merged 35 commits intomainfrom
feat-add-texture-to-3d-mesh

Conversation

@anna-charlotte
Copy link
Copy Markdown
Contributor

@anna-charlotte anna-charlotte commented Nov 2, 2022

Goals:

We want to add 3d mesh and point cloud to display(), i.e. if you have a Document instance on which you have called .load_uri_to_point_cloud_tensor() or load_uri_to_vertices_and_faces, we want to display an interactive 3d plot, when calling display() on the instance. Similar to the one shown here in cell 10: https://trimsh.org/examples.quick_start.html

  • add .display() for 3d mesh
  • check and update documentation, if required. See guide

@anna-charlotte anna-charlotte self-assigned this Nov 2, 2022
@anna-charlotte anna-charlotte linked an issue Nov 2, 2022 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 2, 2022

Codecov Report

Merging #717 (aef942c) into main (c38d82d) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #717      +/-   ##
==========================================
+ Coverage   88.28%   88.29%   +0.01%     
==========================================
  Files         134      134              
  Lines        6640     6647       +7     
==========================================
+ Hits         5862     5869       +7     
  Misses        778      778              
Flag Coverage Δ
docarray 88.29% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
docarray/document/mixins/mesh.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@github-actions github-actions bot added size/xl and removed size/xs labels Nov 2, 2022
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 2, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 2, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions github-actions bot added size/s and removed size/xl labels Nov 2, 2022
@github-actions github-actions bot added size/xl and removed size/s labels Nov 2, 2022
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 2, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 2, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 8, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 8, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

5 similar comments
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 8, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 8, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 8, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 8, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 8, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 8, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

2 similar comments
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 8, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 8, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

Copy link
Copy Markdown
Member

@alaeddine-13 alaeddine-13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just added a minor comment and we're good to go

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 9, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

1 similar comment
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 9, 2022

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 9, 2022

📝 Docs are deployed on https://ft-feat-add-texture-to-3d-mesh--jina-docs.netlify.app 🎉

@JoanFM JoanFM merged commit 02c7899 into main Nov 9, 2022
@JoanFM JoanFM deleted the feat-add-texture-to-3d-mesh branch November 9, 2022 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable display() for 3d mesh and point cloud

6 participants