- Open up a terminal. Terminal > New Terminal
- Create a virtual environment by typing this into the terminal:
py -m venv venv
- Activate the virtual environment:
.\venv\Scripts\activate
- Install nexera packages:
pip install git+https://github.com/GripperDominationOrg/nexera_packages.git
- Install other packages:
pip install pywin32 tkfilebrowser
- In terminal type:
py main.py
- Add -fd if you are working with folders that have the missed and dropped pick columns in pick execution
- Add -nd if you are working with folders on the network drive (have to select folders one at a time)
- The terminal will prompt you for a file name: E.g. bottles
- A window will pop up to let you choose the saving location of your output csv file
- A window will pop up to let you select multiple folders
Install moviepy if it hasn't already been: pip install moviepy
- In terminal type:
py clip_timestamps.py
- Select video
- Select the timestamp text file
- Select the folder to save clips in
You can adjust total clip times inside clip_timestamps.py with the VIDEO_CLIP_TIME_S variable