Renamed project.

This commit is contained in:
Daniel
2024-10-14 16:28:34 +02:00
parent 256fd26f3f
commit 9e03533704
15 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -45,5 +45,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends libopencv-dev
COPY ./skelda/ /skelda/
RUN pip3 install --no-cache-dir -e /skelda/
WORKDIR /SimplePoseTriangulation/
WORKDIR /RapidPoseTriangulation/
CMD ["/bin/bash"]