IDEA-Research / deepdataspace

The Go-To Choice for CV Data Visualization, Annotation, and Model Analysis.
https://deepdataspace.com
Apache License 2.0
221 stars 18 forks source link

Greak work!Can CentOS be supported? #121

Closed huapohen closed 9 months ago

huapohen commented 10 months ago

Greak work!Can CentOS be supported?

imhuwq commented 10 months ago

Hi @huapohen , we are currently testing deepdataspace on Ubuntu, Windows and macOS only. But you can try our docker compose solution:

# clone the source code
git clone https://github.com/IDEA-Research/deepdataspace.git

# prepare dataset directory(where you put all your datasets inside)
mkdir -p datasets
export DDS_DATASET_DIR=$PWD/datasets

# choose a visiting port for DDS
export DDS_PORT=8765

# start DDS with docker compose
cd deepdataspace
docker compose up

If everything goes well, you can start visiting DDS at http://127.0.0.1:8765.

I hope this helps and feel free to reach out for any further problems.

imhuwq commented 9 months ago

Hi @huapohen , we're temporarily closing this issue due to inactivity.