Hi,
I am trying to install Edgelab on a fresh Ubuntu install, following the steps on the page below:
https://edgelab.readthedocs.io/en/latest/get_started/installation.html
There is an error on the Step 3:
Step 3. Install dependent libraries.
pip3 install -r requirements/base.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements/base.txt'
Also, the following gives the same error:
python3 tools/env_config.py
...[Errno 2] No such file or directory
It seems that my system DOES NOT have some needed files/scripts relating to Edgelab…
What is the line (command) on that page (above) where the system is supposed to download/get these, I believe, missing files?
Thanks,
any help will be appreciated,
Valter
Ok, well, this part of my problem is solved, I think…
The URL that I mention above is NOT UP TO DATE…
The real one seems to be this following one:
# Installation
The EdgeLab runtime environment requires [PyTorch](https://pytorch.org/get-started/locally/) and following [OpenMMLab](https://openmmlab.com/) third-party libraries:
- [MMCV](https://github.com/open-mmlab/mmcv): OpenMMLab Computer Vision Foundation Library.
- [MMClassification](https://github.com/open-mmlab/mmclassification): OpenMMLab image classification toolkit and benchmarking. In addition to classification tasks, it is also used to provide a variety of backbone networks.
- [MMDetection](https://github.com/open-mmlab/mmdetection): OpenMMLab detection toolbox and benchmark.
- [MMPose](https://github.com/open-mmlab/mmpose): OpenMMLab inspection toolbox and benchmark.
- [MIM](https://github.com/open-mmlab/mim): MIM provides a unified interface for starting and installing the OpenMMLab project and its extensions, and managing the OpenMMLab model library.
## Prerequisites
EdgeLab works on Linux, Windows, and macOS. **We strongly recommend you to use [Miniconda](https://docs.conda.io/en/latest/miniconda.html) to manage python packages.** Please follow the steps below to prepare the environment.
:::tip
Miniconda is a free minimal installer for conda, you can download and install Miniconda3 from [Miniconda Official Website](https://docs.conda.io/en/latest/miniconda.html).
:::
### Step 0 - Clone the Git Repository
This file has been truncated. show original
The wrong URL do not even mention to (git) clone the repository, and this is where the “missing files” happens…
I will try later the up to date URL…
Thanks all,
Valter