Abhijeet Pise

Results 26 comments of Abhijeet Pise

> Hi all, are you training the auto encoder on all the classes? I was able to obtain good reconstructions only with per-class trainings... Hi @saltoricristiano Thank you for reporting...

> Hi, > > I am trying to implement autendoer in pytorch and I did write the model which I suppose is excatly what is present in this repo. >...

Also @saltoricristiano check this out: https://github.com/charlesq34/pointnet-autoencoder/issues/1#issuecomment-389609427 I hope you are doing the same

Hi @Yang7879 Same error here, i am using the s3dis dataset. What is the solution to this ?

> @Yang7879 I also used s3dis to train the model ,but i got the same error Hi @lifeiwen I used the solution from [https://github.com/Yang7879/3D-BoNet/issues/24#issuecomment-666012822](url) but it still resulted into the...

Hi @lifeiwen You used TF 1.14 and the same source code for S3DIS dataset without any changes? Thanks again for your response.

Hi @lifeiwen Thank you for your quick response. I just tried running the code on TF 1.13 without any changes and it is working fine so far: ![image](https://user-images.githubusercontent.com/57705684/113131259-9de94100-923a-11eb-9522-4397d1831766.png) Yes, i...

@lifeiwen - sure will do, thanks

> Hi, I ran into the same problem and the reason is that I normalized blocks into [-1, 1], which may cause the sum of gt-bbox to be less than...

Hi @Nihar31 Hi @WangRuixin93 Please use TF 1.15 and Keras 2.1.5.