Remove unused extras directory

This commit is contained in:
2026-03-26 11:16:03 +08:00
parent 68b2b32510
commit 6c09f7044b
3 changed files with 0 additions and 24703 deletions
-5
View File
@@ -59,11 +59,6 @@ A general overview can be found in the paper [RapidPoseTriangulation: Multi-view
uv build uv build
``` ```
<br>
## Extras
<br> <br>
## Citation ## Citation
-24
View File
@@ -1,24 +0,0 @@
FROM nvcr.io/nvidia/tensorrt:24.10-py3
ARG DEBIAN_FRONTEND=noninteractive
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
WORKDIR /
RUN apt-get update && apt-get install -y --no-install-recommends feh
RUN apt-get update && apt-get install -y --no-install-recommends python3-opencv
RUN pip uninstall -y opencv-python && pip install --no-cache-dir "opencv-python<4.3"
# Show matplotlib images
RUN apt-get update && apt-get install -y --no-install-recommends python3-tk
# Python build frontend
RUN pip3 install --upgrade --no-cache-dir pip
# Install build dependencies
RUN apt-get update && apt-get install -y --no-install-recommends build-essential
RUN apt-get update && apt-get install -y --no-install-recommends libopencv-dev
RUN pip3 install --no-cache-dir uv
WORKDIR /RapidPoseTriangulation/
CMD ["/bin/bash"]
File diff suppressed because it is too large Load Diff