Muhammad Ichsan
Muhammad Ichsan
I have tested this [Banana Dataset](https://github.com/pierotofy/dataset_banana/tree/master) These settings are `run --project-path “D:\qwerty\Banana_ODM” --mesh-octree-depth 14 --mesh-size 300000 --pc-quality ultra --pc-geometric ` I got a banana with very sharp texture which is...
Hello, congratulation for getting highest score in "paperwithcode" benchmark summary. But, I curious with HAT, so I installed it. I inference an image `!python hat/test.py -opt options/test/HAT_SRx4_ImageNet-LR.yml` But, it was...
### 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, is it possible to convert COCO instance segmentation...
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### YOLOv8 Component Training, Validation, Detection ### Bug Confusing folder management in...
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### YOLOv8 Component Training, Validation, Detection, Export ### Bug This link is...
Add google colab that contains training in custom dataset with `yolov5m-seg` vs `yolov7-seg` vs `yolov8m-seg`
This is initial code: https://github.com/nerfstudio-project/nerfstudio/blob/8952fb531ea09db00c481de95cafadbb80c262e6/nerfstudio/data/dataparsers/nerfstudio_dataparser.py#L76 I fix to `--load-3D-points` set to True by default. Why I set True by default? Because I see another recommendation in this line for set...
**Is your feature request related to a problem? Please describe.** SIBR viewer is free but it has licensed to INRIA official GS implementation since they already modified it. `We provide...
**Describe the bug** I have two different test how to create splatfacto dataset. First, using `ns-process-data images` Second, using `python3 convert.py` from INRIA Gaussian-splatting's github repo. It do not use...
Hello, I have tried this tutorial https://github.com/rafzamb/sknifedatar I found some bug (or _restriction_ maybe?). **Sknifedatar** will give wrong test dataset if the column date **is not** ordered by ascending. Lets...