Skip to content

Commit

Permalink
feat: add csv parsing for meshes and tutorial (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
guenthermi committed Dec 21, 2022
1 parent b6011b0 commit a527c87
Show file tree
Hide file tree
Showing 13 changed files with 803 additions and 21 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add `core-ci` workflow to remotely run the ci of finetuner-core. ([#628](https://github.com/jina-ai/finetuner/pull/628))

- Add support for 3d meshes to `build_finetuning_dataset`. ([#638](https://github.com/jina-ai/finetuner/pull/638))

### Removed

- Remove `cpu` parameter from `create_run` function. ([#631](https://github.com/jina-ai/finetuner/pull/631))
Expand Down Expand Up @@ -42,6 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add multilingual clip colab to readme. ([#620](https://github.com/jina-ai/finetuner/pull/620))

- Add tutorial for mesh-to-mesh search. ([#638](https://github.com/jina-ai/finetuner/pull/638))

- Add documentation for PointNet++ model and handling 3D mesh dataset. ([#638](https://github.com/jina-ai/finetuner/pull/638))


## [0.6.7] - 2022-11-25

Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ notebooks/text_to_text
notebooks/image_to_image
notebooks/text_to_image
notebooks/multilingual_text_to_image
notebooks/mesh_to_mesh
```

```{toctree}
Expand Down

0 comments on commit a527c87

Please sign in to comment.