Mohamed Abd Elhady Ali
Mohamed Abd Elhady Ali
Thanks @gege2b I'll try run it and test it. It would be really helpful to have a C implementation rather than JS :) It's mainly JS but the critical parts...
Today I'm investigating the auto-arrange code in slic3r.
EDIT: Okay that was fast :D I think I got it. Cross product of the two vectors formed by the first 3 points (we only need the first 2 vectors)...
Thanks @Samir55 :)
@AllenDun I have the same issue. Have you had any luck with solving it? @MrYANG23 did you implement it with pytorch?
I'm running it on colab `Cuda compilation tools, release 10.0, V10.0.130`
Hi , I would like to tackle this issue any pointers on where to start with the code base?
I just commented out thes lines in `server/MasterServer/initdb.sql` `-- DROP TABLE IF EXISTS users CASCADE;` `-- DROP TABLE IF EXISTS teams CASCADE;` `-- DROP TABLE IF EXISTS team_state CASCADE;` `--...