Alexandre Di Piazza

Results 8 issues of Alexandre Di Piazza

Hello, Can you please provide the preTrained Weights ? Thank you

Hi, Is it possible to add the evaluation code for Neuron Segmentation tutorial, and also to provide the pre-trained weights for the U-Net for Neuron segmentation please?

### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hello, My goal is to boost the inference results...

question

Hello, Is it possible to use your model for classification, but instead of having 3d inputs (x,y,z), I have 4d inputs (x,y,z,label). Thank you and have a nice day

Hello, I have multiple cores, but when choosing parallel = 4 or parallel = 4 to compute the skeletons, the progress bar stopped at some point. It only goes to...

bug

It is possible to do either or both of the following with the current code to improve predictions: - 1) Test-time augmentation - 2) Model ensembling (like NMS between model...

Hello, I am visualizing correctly the point cloud of the KITTI dataset with `python pointcloud_viewer.py `. However, I would also like to visualize the ground-truth 3D boxes at the same...

Hi, In my understanding, the image after the fisheye distortion should have new camera intrinsics. Is it possible to calculate the new intrinsics? Thank you