PyTorch中的MeshCNN SIGGRAPH 2019 MeshCNN是用于3D三角形网格的通用深度神经网络,可用于诸如3D形状分类或分割之类的任务。 该框架包括直接应用于网格边缘的卷积,池化和解池层。 该代码由和在支持下编写。 入门 安装 克隆此仓库: git clone https://github.com/ranahanocka/MeshCNN.git cd MeshCNN 安装依赖项: 1.2版。 可选: 用于训练图。 通过新的conda环境conda env create -f environment.yml (创建一个名为meshcnn的环境) SHREC上的3D形状分类 下载数据集 bash ./scripts/shrec/get_data.sh 运行训练(如果使用conda env首先激活env,例如source activate meshcnn ) bash ./scripts/shrec/train.sh 要查看训练损失图,请在另一个终端中运行tensorboard --logdir runs并单击 。 运行测试并导出中间池网格: bas
2024-04-02 16:20:14 3.54MB machine-learning computer-graphics pytorch mesh
1
The Art of Computer Programming, Volumes 3
2024-03-13 05:45:39 45.57MB Computer Programming
1
计算机编程艺术(The Art of Computer Programming)英文版(内含三卷) 计算机科学巨匠 Donald E.Knuth (高德纳) 经典巨著 学计算机编程的应该都知道这套书 “它本来是作为参考书撰写的,但有人发现每一卷可以饶有兴致地从头读到尾。一位中国的程序员甚至把他的阅读经历比做读诗。如果你认为你确实是一个好的程序员,读一读 Knuth 的《计算机程序设计艺术》吧,要是你真的把它读通了,你就可以给我递简历了。” --Bill Gates
2024-03-12 16:01:50 6.85MB
1
用python作为导论语言,带领读者进入计算机世界,认识计算机科学,是一本别具一格的计算机导论教材。富有趣味性,知识性、系统性。
2024-02-25 12:02:59 795KB Python computer science introduction
1
This paper presents the use of a computer method of the ventilation process simulation for the analysis of the flow distribution of air and gases in the area of wall mining work and the adjacent goaf.In workings and goaf,the complex issue of the formation of a gaseous atmosphere under variable ventilation conditions and an existing fire hazard level,with the possibility of feeding goaf with an additional carbon dioxide flux as the inertizing agent is considered.Some examples of the simulation of
2024-02-24 17:45:56 454KB 行业研究
1
Paperback: 350 pages Publisher: Packt Publishing - ebooks Account; 2nd New edition edition (August 25, 2014) Language: English ISBN-10: 1782161481 ISBN-13: 978-1782161486 Over 50 recipes to help you build computer vision applications in C++ using the OpenCV library About This Book Master OpenCV, the open source library of the computer vision community Master fundamental concepts in computer vision and image processing Learn the important classes and functions of OpenCV with complete working examples applied on real images
2024-02-23 20:56:03 5.28MB OpenCV Computer Vision
1
This book is an introduction to 3-D computer graphics with particular emphasis on fundamentals and the mathematics underlying computer graphics. It includes descriptions of how to use the cross-platformOpenGL programming environment. It also includes source code for a ray tracing software package. (Accompanying software is available freely from the book抯 Web site.) Topics include a thorough treatment of transformations and viewing, lighting and shading models, interpolation and averaging, B磂zier curves and B-splines, ray tracing and radiosity, and intersection testing withra ys. Additional topics, covered in less depth, include texture mapping and color theory. The book also covers some aspects of animation, including quaternions, orientation, and inverse kinematics. Mathematical background on vectors and matrices is reviewed in an appendix. This book is aimed at the advanced undergraduate level or introductory graduate level and can also be used for self-study. Prerequisit……
2024-02-18 23:58:36 7.22MB Computer Graphics OpenGL.pdf
1
书名: Performance modeling and design of computer systems queueing theory in action 1) 带书签带目录 2) 计算机系统为例的排队论的理论及应用 3) 通俗易懂 4) MIT 专业书籍
2024-01-07 00:14:40 8.06MB 排队论 queueing Systems 计算机系统
1
Computer Organization and Design, Fourth Edition 经典书了。
2024-01-03 22:51:53 29.49MB Computer Organization Design
1
经典计算机操作系统教材第三版,详细内容可见亚马逊。 https://www.amazon.com/Computer-Systems-Programmers-Perspective-Engineering/dp/0134123832/ref=sr_1_2?ie=UTF8&qid=1541476471&sr=8-2&keywords=computer+systems+a+programmer's+perspective Computer systems: A Programmer’s Perspective explains the underlying elements common among all computer systems and how they affect general application performance. Written from the programmer’s perspective, this book strives to teach readers how understanding basic elements of computer systems and executing real practice can lead them to create better programs. Spanning across computer science themes such as hardware architecture, the operating system, and systems software, the Third Edition serves as a comprehensive introduction to programming. This book strives to create programmers who understand all elements of computer systems and will be able to engage in any application of the field--from fixing faulty software, to writing more capable programs, to avoiding common flaws. It lays the groundwork for readers to delve into more intensive topics such as computer architecture, embedded systems, and cyber security. This book focuses on systems that execute an x86-64 machine code, and recommends that programmers have access to a Linux system for this course. Programmers should have basic familiarity with C or C++. Personalize Learning with MasteringEngineering MasteringEngineering is an online homework, tutorial, and assessment system, designed to improve results through personalized learning. This innovative online program emulates the instructor’s office hour environment, engaging and guiding students through engineering concepts with self-paced individualized coaching With a wide range of activities available, students can actively learn, understand, and retain even the most difficult concepts.
2023-12-09 17:33:05 7.06MB 操作系统
1