Skip to content

mjoppich/Aorta3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aorta3D setup

cd frontend
npm install

After installation, edit file ./node_modules/reaviz/dist/src/common/utils/position.d.ts and insert the PointObjectNotation definition type PointObjectNotation = { x: number; y: number }; . Then continue:

npm run build:dev

cd ..

cd server

python3 server.py --port 5005 --host 0.0.0.0

In theory this should setup everything as we need it. Remember to npm install each time you pull the repository!

Python packages that are required:

opencv-python keras scikit-image pynrrd tensorflow numpy-stl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •