AISciencePlatform / icra2023_synthetic_data_pretraining_for_robotics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icra2023_synthetic_data_pretraining_for_robotics

GitHub DOI drawing

Requirements

Example using Windows + CUDA11.7 + pip: Pytorch

pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
  • Install dependencies
pip install -r requirements.txt

Clone this repository

git clone https://github.com/AISciencePlatform/icra2023_synthetic_data_pretraining_for_robotics.git --recursive
  • Download the datasets.

  • Unzip the file into the folder icra2023_synthetic_data_pretraining_for_robotics

Be sure to have the following structure

drawing

Predictions using pre-trained models

  • To test the predictions using the pre-trained models run the main.py script.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%