Haseeb Raja
Haseeb Raja
yeah i had same issue and suggested this, but you already suggested it.
I have same issue!
@yghstill Hi. Can you guide me about the compression of `yolo-w6-pose` model?
> > @yghstill Hi. Can you guide me about the compression of `yolo-w6-pose` model? > > @pytholic I will try to compress `yolov7-w6-pose`. @yghstill Thank you, will look forward to...
@yghstill I was trying to do it myself, but turns out that Paddle does not support Ubuntu 22.04 at the moment.
I have a similar issue. I have my custom point clouds but I cannot find any guidance on preparing my dataset for these point cloud archtiectures.
@odddozen not sure about this repos/code, but I made my data work with PointNet using some other repositories and writing custom DataLoader.
@odddozen Sure. Here are some examples: https://github.com/rajahaseeb147/3dFacialPartSegmentation/blob/main/Deep%20Learning/Implementation_2/pointnet/dataset_custom.py https://github.com/rajahaseeb147/3dFacialPartSegmentation/blob/main/Deep%20Learning/Implementation_3/data_utils/CustomDataLoader.py https://github.com/rajahaseeb147/3dFacialPartSegmentation/blob/main/Deep%20Learning/Implementation_1/part_seg_nosampling.ipynb I found some implementation repos, and in those repos I tried to follow the ShapeNet dataloader because it seemed most relevant...
@odddozen links of those repos: https://github.com/yanx27/Pointnet_Pointnet2_pytorch https://github.com/fxia22/pointnet.pytorch https://github.com/nikitakaraevv/pointnet Hope it helps.
@odddozen I am glad!