-
Hi @MohamedAfham
Have you ever met this bug before? Thanks a lot.
Using GPU : 0 from 1 devices
Use Adam
Start training epoch: (0/100)
/export/home/hanxiaobing/anaconda3/envs/crosspoint/lib/p…
-
After entering the directory **.\utils\Pointnet2. PyTorch\pointnet2**, I executed the build command `pip install .`, There were many errors in the middle, and I have been solving them until now. I'm n…
-
![1709299378348](https://github.com/slothfulxtx/MBPTrack3D/assets/63432139/d6c4309c-3728-4001-88b2-aae26f9f0b89)
![1709299511678](https://github.com/slothfulxtx/MBPTrack3D/assets/63432139/78cc725…
-
Hello author, when I ran the MBPTrack3D project in the conda environment of the CXTrack3D project, the following problem occurred, but I think the environments of the two projects should be common.
!…
-
在运行readme Trained model中最后一行的代码“bash run_eval_model.sh”的时候发生了以下错误:
(myconda) root@6a05092648e6:/mnt/EPNet-master/tools# bash run_eval_model.sh
Traceback (most recent call last):
File "eval_rcnn.p…
-
After I successfully compiled pointnet2 and installed the dependencies required by the project, this problem:
Traceback (most recent call last):
File "train_view_toy.py", line 1, in
from po…
-
Hi, I am trying to replicate the PointNet++ results by setting up an environment in conda with the program versions specified in this repository (TF 1.2, python2, etc).
When installing tensorflow1.2…
-
Hi, team
Thanks for sharing the wonderful project!
I miss this bug:
```
Traceback (most recent call last):
File "/disk/tia/votenet_v0/pointnet2/pointnet2_utils.py", line 26, in
import poi…
-
When I change the pytorch to 1.4.0, it can't work, the error is:
[root@localhost votenet]# python models/votenet.py
Traceback (most recent call last):
File "/home/hll/hllhome/code/votenet/poin…
-
If I'm not mistaken, the code for pointnet2's farthest point sampling is in "SASA\pcdet\ops\pointnet2\pointnet2_batch\pointnet2_utils.py"
There's a statement in there:
from . import pointnet2_batc…