Skip to content

The pytorch code of "Prototype-based Intent Perception"

License

Notifications You must be signed in to change notification settings

CodeMonsterPHD/PIP-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIP-Net

The pytorch code of "Prototype-based Intent Perception"

image

1. Environment

The project needs 1 NVIDIA 1080TI

  • python=3.8
  • pytorch=1.10.1
  • opencv=4.5.5
  • tensorboard=2.4.1
  • torchvision=0.11.2
  • matplotlib=3.6.0
  • numpy=1.23.1
  • pillow=9.2.0
  • pyyaml=5.4.1
  • scikit-learn=1.1.1

or you can install the environment by conda env create -f environment.yml

2. Data Preparation

Download dataset from Googledrive or Baiduyun to $ROOT/data

3. Train

python tools/main.py

4. Contact US

If you have some questions about this project, please contact me, my email is [email protected]

About

The pytorch code of "Prototype-based Intent Perception"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages