Skip to content

Releases: ThibaultGROUEIX/AtlasNet

v3.0

12 Dec 04:09
97c5dd9
Compare
Choose a tag to compare
Update training.md

Last stable commit in V2

09 Dec 12:53
8dd00e9
Compare
Choose a tag to compare
Merge pull request #38 from ThibaultGROUEIX/add-license-1

Create LICENSE

Updates

12 Sep 00:50
Compare
Choose a tag to compare

-- added chamfer submodule shared accross projects

Pytorch v2 upgrade

23 Nov 15:00
25029c6
Compare
Choose a tag to compare

Release Atlasnet v2:

  • Upgrade synthax to pytorch v2 and python 3.7 -> installation is much more easy

    • remove Variable
    • '/' -> '//'
    • .data[0] -> .item()
    • transform.scale -> transform.Resize
    • visdom display curve code
    • optimize import packages
  • Added post paper optimizations

    • added learning rate decay scheduler
  • Provide two chamfer distance

    • GPU pytorch code (slow and heavy but simple)
    • GPU pytorchv1 custom cuda layer (fast and light)
  • Update Readme and add some missing comments

Initial release < pytorchv4

23 Nov 09:05
f5d7647
Compare
Choose a tag to compare
Pre-release

First release of the code for Atlasnet.