Giter Site home page Giter Site logo

tomo_tse2023's Introduction

tomo_TSE2023

support structure tomography, modified version submitted for Textile Science Engineering (2023)

1. Download and upzip all the files of this repository to your PC ("Code"->"Download Zip")

2. Install software

(1) Install Visual Studio Code (VSCode)
(2) Install Python 3 (preferably Version 3.7.8)
(3) Install Python packages using "requirements.txt".
pip install -r requirements.txt

혹시 패키지 설치가 잘 안될 경우에는, requirements.txt안에 적힌 각 패키지를 하나씩 설치하세요 ( ==1.2.14 와 같은 번호는 개발 당시에 사용한 버전입니다. 일단 적힌 버전 대로 설치하시고, 잘 안되면 최신 버전을 설치하세요).

pip install numpy==1.21.4
(4) Install VC++ 2015, 2017, 2019, and 2022 Redistributable package

( https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 ).

3. Open the downloaded folder in VSCode (Main menu->"File"->"Open Folder").

4. Modify mesh filename, initial orientation and angle interval(=theta_YP) in "tomo_TSE2023.py". Run the "tomo_TSE2023.py" (shortcut key, F5)

(1) To search optimal orientation, input "theta_yp" value as "360 / N " (where N = integer).
#=========================================================================================
DataSet= [( 'MeshData\\(4)Bunny_69k.stl', 0, 0, 0)
theta_YP = 30
#=========================================================================================

TomoNV_logo

(2) To see the support structure information for the given (yaw, pitch, roll), set "theta_YP" as zero.
#=========================================================================================
DataSet= [( 'MeshData\\(4)Bunny_69k.stl', 60, 120, 0) #1st optimal of Bunny
theta_YP = 0
#=========================================================================================

TomoNV_logo

tomo_tse2023's People

Contributors

cfms-lab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.