Muhammad Ichsan

Results 64 comments of Muhammad Ichsan

@Laughing-q @initdebugs I also have this problem. The problem solved after I cleaned the yolo annotations. If yolo annot has Bbox format, then use `task=detect`, if yolo annot has segmentation...

Have you check your annot data? If yolo annot has Bbox format, then use `task=detect`, if yolo annot has segmentation format, then use `task=segment`. **You can not mix it both**....

`python examples/test_pose_grad.py --img_path path/to/image` needs `pytorch3D`. Maybe we add the requirement to `setup.py`?

Hello, recently, I know where the problem is... In this example, we must select just 3 columns `data_tbl % select(id, Date, Value)` If we doesn't select 3 columns (so, all...