Giter VIP home page Giter VIP logo

Comments (4)

amir-abdi avatar amir-abdi commented on July 23, 2024

from orthoaid.

basharbme avatar basharbme commented on July 23, 2024

from orthoaid.

JD-TamayoQuintero avatar JD-TamayoQuintero commented on July 23, 2024

Maybe your data does not have "face normals". Can you send the top 30 rows of your model?

On Dec 2, 2020, at 9:45 AM, JD-TamayoQuintero @.***> wrote:  I'm really interested in your works. Excuse me for my English. I am trying to use your code with your demo data and other different models but it doesn't work. I thought that was scale trouble, but I scaled the data with different sizes, and nothing happened. I build the code with visual studio 2019 and try with the release and debug OrthoAid.exe additionally OrthoAid_v11.5 and OrthoAid_v11.4 and nothing happened again. The issue can see in the next image. I use the hotkeys but I didn't see anything I tried to select something (maybe the model is black) but the selection point is so weird (red color). I checked the model data, and it is like your demo could you help me or give me some suggestions?. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ply
format ascii 1.0
comment VCGLIB generated
element vertex 275096
property float x
property float y
property float z
property float nx
property float ny
property float nz
element face 549787
property list uchar int vertex_indices
end_header
-6.105378 34.5409 -15.54164 2.88376 5.576533 -0.1591276
-5.989313 34.46579 -15.75502 3.008704 5.497191 -0.4240958
-6.142749 34.54325 -15.77723 2.993883 5.510158 -0.2918327
15.4225 0.9823296 1.135769 4.45345 1.129896 3.910223
15.41473 0.912935 1.21296 5.547248 2.478213 1.112907
15.45898 0.8687134 1.142613 4.675956 2.343475 3.041291
15.25373 1.035221 1.903302 5.603347 0.3119756 0.6412225
15.24946 1.017863 1.94109 3.531942 1.394274 -0.5045142
15.28063 0.9835725 1.973691 5.636545 2.239969 -0.6808389
-15.19795 3.494279 -13.94242 0.5163951 0.4199506 6.027553
-15.33776 3.562826 -13.92097 0.6466321 0.1495369 6.245034
-15.21619 3.464684 -13.93166 0.7865672 1.0555 6.129267
-12.82266 -23.74412 1.498487 -1.258877 4.294916 4.128036
-12.79515 -23.62358 1.355093 -1.45029 3.134808 3.825097
-12.82128 -23.60726 1.347131 -0.3277453 3.901012 4.799654
-12.70599 -25.99029 1.68482 -4.163886 -3.080451 3.396616
-12.76102 -25.95485 1.66715 0.876449 -2.457851 3.728965
-12.75414 -25.99431 1.637273 0.7330285 -1.465285 3.295929
-19.7931 6.243296 -13.56995 0.4318537 -0.3340347 6.239029
-19.85189 6.001276 -13.56475 0.4859592 -0.2377089 6.257547
-19.68233 6.150209 -13.57756 0.2967337 -0.1625869 6.268031
-19.65005 -16.23404 -12.87644 1.148979 -0.5564293 6.148281
-19.82006 -16.16106 -12.84635 0.6179079 -0.443309 6.228016
-19.70375 -16.29094 -12.86847 1.153302 -0.7870449 6.052865
-20.70309 -0.9555379 -13.81112 0.3618959 -0.3746456 6.261016
-21.01411 -0.7465653 -13.78154 0.3134773 -0.7476962 6.228097
-20.93216 -0.9084888 -13.80307 0.2913293 -0.3334436 6.242595
-21.87854 4.121955 -13.55824 0.3302109 0.04932503 6.272374
-21.91223 4.213313 -13.55595 0.5155823 -0.3230805 6.238991
-21.98541 4.166927 -13.5493 0.7650024 -0.2095264 6.227755

from orthoaid.

JD-TamayoQuintero avatar JD-TamayoQuintero commented on July 23, 2024

You have to import the model in (.PLY ) Format not Mesh format, Import model mesh in Blender Software (Open Source Software) and export it in (.PLY) Then you can load it in OrthoAid , Regards,, Bashar Shami

On Thu, 3 Dec 2020, 05:09 Amir, @.> wrote: Maybe your data does not have "face normals". Can you send the top 30 rows of your model? > On Dec 2, 2020, at 9:45 AM, JD-TamayoQuintero @.> wrote: > >  > I'm really interested in your works. > > Excuse me for my English. > I am trying to use your code with your demo data and other different models but it doesn't work. > I thought that was scale trouble, but I scaled the data with different sizes, and nothing happened. > I build the code with visual studio 2019 and try with the release and debug OrthoAid.exe additionally OrthoAid_v11.5 and OrthoAid_v11.4 and nothing happened again. > > The issue can see in the next image. > > I use the hotkeys but I didn't see anything > > > I tried to select something (maybe the model is black) but the selection point is so weird (red color). > > I checked the model data, and it is like your demo > > > could you help me or give me some suggestions?. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5AX3H7ALE6OSFPG3FLQBLSS3XO5ANCNFSM4UK2K5GA .

Thank you for your reply.

1.You have to import the model in (.PLY ) Format not Mesh format,
I did it

I tried using data (x y z) .ply format, data with normals ((x y z nx ny nz) .ply format and also with .xyz data.
and I loaded in both mode (Point cloud (x y z) and mesh (.ply format) but doesn't work.

from orthoaid.

Related Issues (3)

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.