Kitware / Danesfield-App

Web application for the Danesfield System
Apache License 2.0
32 stars 11 forks source link

how to test the effect? #17

Open VincentCheng85 opened 2 years ago

VincentCheng85 commented 2 years ago

I send the test_data 'D1_mls_building.txt' to collections, and comfirn the 'Start a pipeline ' ,and then waited too long with no result! so,how to test the effect? or What are the test data format requirements?

jjnesbitt commented 2 years ago

This repo contains the old application, which hasn't had much work done on it lately. I'd encourage you to use the new application, https://github.com/girder/Danesfield.

As for the input data requirements, right now it needs to be a point cloud. This can be achieved by creating a dataset, and uploading a point cloud file to that dataset. Then you can call the POST danesfield/run endpoint, with that dataset's ID as a parameter, and it will kick off the job.