Skip to content

mackLiam/Comp_4990

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comp_4990

Computer vision system for object detection, tracking, and 3D reconstruction.

Team Members

  • Haydar Beydoun
  • Liam Mackenzie
  • Jabari Namuro

Setup Instructions (Git Bash)

1. Clone the repository

git clone https://github.com/yourusername/your-repo-name.git
cd Comp_4990

2. Create virtual environment

py -m venv venv
source venv/Scripts/activate

3. Install dependencies

pip install -r requirements.txt

4. Test the installation

python main.py

5. Add test videos

Place your test videos in data/input_videos/

Project Structure

  • src/ - Source code
  • data/ - Input videos and outputs
  • tests/ - Test scripts
  • docs/ - Documentation

Current Status

  • Environment setup
  • Video input handler
  • Object detection
  • Object tracking
  • 3D reconstruction (optional)

Deactivating Virtual Environment

When you're done working:

deactivate

About

Vision based obstacle detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors