jina-ai / executors

internal-only
Apache License 2.0
31 stars 12 forks source link

feat: add pointnet encoder #134

Closed alaeddine-13 closed 2 years ago

alaeddine-13 commented 3 years ago

closes https://github.com/jina-ai/internal-tasks/issues/156

tadejsv commented 3 years ago

I know it's still in early stages, but please organize the python files according to the new guidelines:

https://github.com/jina-ai/jina/blob/master/.github/2.0/cookbooks/Executor.md#multiple-python-files

I see that this will require going into pointnet module files and replacing absolute for relative imports. But that's ok - it's a simple one time job that will take only ~10 minutes

nan-wang commented 2 years ago

we decided to use the implementation from the 3D model search example.