Releases: ThibaultGROUEIX/AtlasNet
Releases · ThibaultGROUEIX/AtlasNet
v3.0
Last stable commit in V2
Merge pull request #38 from ThibaultGROUEIX/add-license-1 Create LICENSE
Updates
-- added chamfer submodule shared accross projects
Pytorch v2 upgrade
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
First release of the code for Atlasnet.