smartscenes / multiscan

MultiScan: Scalable RGBD scanning for 3D environments with articulated objects
https://3dlg-hcvc.github.io/multiscan/
MIT License
111 stars 9 forks source link

Web UI Client #6

Open bagelcafe opened 1 year ago

bagelcafe commented 1 year ago

Hi,

I collected the image data via iPad and upload these data to my private server which is based on your git code. Based on the guide, i can configure the webui server to handle the image data from iPad.

Guide: https://3dlg-hcvc.github.io/multiscan/read-the-docs/web-ui/index.html#ui-overview

However, when I visit to my local page as http://localhost:3030/scans/manage to see the local server data. it shows "Loading" text and it did not show anything.

image

I tried to debug web browser to see the error with dataTable.Editor as following.

manage-ajax.js 324 line Uncaught TypeError, $.fn.dataTable.Editor is not constructor manage:4

image

Do I need to purchase licensed dataTable.Editor ? Otherwise, can I avoid this error to see /scans/manage webpage?

Thank you for your help in advance.

Best Regards,

SamMaoYS commented 1 year ago

Hi @bagelcafe, it is great to hear that you scanned and uploaded data from iPad.

The web-server is the backend for the web UI, to browse the uploaded data and visualize the reconstructed textured meshes, we use web-client, the frontend for the web UI.

We updated our code and documentation, so it will not need the vendor package (licensed dataTable.Editor) anymore. Please try out the updated web UI, thank you!

All the best.

bagelcafe commented 1 year ago

Hi @SamMaoYS ,

Thank you for your support and I updated web ui client and server codes via git system. After updating code, I can see local custom datasets from web UI client as following screen.

image

From now on, I wanna to annotate one of our custom datasets to click annotate button and segmentation menu selected, However, Segment Annotator webpages is trying to connect to sfu server as following screen shot.

image

Basically, index.vue file indicated sfu.ca server.

src="https://aspis.cmpt.sfu.ca/stk-multiscan/multiscan/grouped?annotate=true">

How do I install and configure custom Segment Annotator on our server?

I appreciate your efforts and time for supporting this in advance.

Best Regards,

Jin.