DeCLIP icon indicating copy to clipboard operation
DeCLIP copied to clipboard

get_started.md is None

Open Jessyca-ai opened this issue 3 years ago • 2 comments

The get_started.md is None. When will you upload this file?

Jessyca-ai avatar Mar 12 '22 07:03 Jessyca-ai

@SlotherCui Thank you for updating get_started.md. When I run run.sh, I got an error "ModuleNotFoundError: No module named 'petrel_client'". Could you tell me how to install it?

Jessyca-ai avatar Mar 15 '22 02:03 Jessyca-ai

`petrel_client' is a client to read a huge number of pictures on our DB (cluster), and thus it would not be open-sourced. It is recommended to use ceph or directly read the image from your cluster. We will fix this bug soon. codes to read the picture directly from ceph: https://github.com/Sense-GVT/DeCLIP/blob/main/prototype/data/datasets/base_dataset.py#L92 https://github.com/ceph/ceph codes to read the picture directly from the file system: https://github.com/Sense-GVT/DeCLIP/blob/main/prototype/data/datasets/base_dataset.py#L100

zlccccc avatar Mar 29 '22 17:03 zlccccc