Skip to content
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

Add 3js artifact viewer to obj loader #669

Merged

Conversation

hrntsm
Copy link
Collaborator

@hrntsm hrntsm commented Oct 23, 2023

Contributor License Agreement

This repository (optuna-dashboard) and Goptuna share common code.
This pull request may therefore be ported to Goptuna.
Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.

  • I agree this patch may be ported to Goptuna by other Goptuna contributors.

Reference Issues/PRs

followup #552

What does this implement/fix? Explain your changes.

Support for displaying OBJ format files

Screenshot 2023-10-23 at 18 17 22

artifact.filename.endsWith(".stl") || artifact.filename.endsWith(".3dm")
artifact.filename.endsWith(".stl") ||
artifact.filename.endsWith(".3dm") ||
artifact.filename.endsWith(".obj")
Copy link
Collaborator Author

@hrntsm hrntsm Oct 23, 2023

Choose a reason for hiding this comment

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

Since the obj extension is also present in files other than 3D models, should I make mimetype(model/obj) a criterion as well?

@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #669 (67d08cf) into main (14afdee) will increase coverage by 0.23%.
Report is 11 commits behind head on main.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##             main     #669      +/-   ##
==========================================
+ Coverage   62.65%   62.88%   +0.23%     
==========================================
  Files          35       35              
  Lines        2252     2250       -2     
==========================================
+ Hits         1411     1415       +4     
+ Misses        841      835       -6     
Files Coverage Δ
optuna_dashboard/preferential/samplers/gp.py 70.35% <66.66%> (+2.37%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@c-bata c-bata self-assigned this Oct 26, 2023
Copy link
Member

@keisuke-umezawa keisuke-umezawa left a comment

Choose a reason for hiding this comment

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

LGTM!

@keisuke-umezawa keisuke-umezawa merged commit 7f5d3fd into optuna:main Nov 12, 2023
10 checks passed
@hrntsm hrntsm deleted the Add-3jsArtifactViewer-to-OBJLoader branch November 29, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants