Beytullah Ali Göyem
Beytullah Ali Göyem
Hi @tlapusan and @parrt , Sorry for my late reply. I will share the data and my notebook soon. First thing I need to do is masking the data and...
Actually, I've already used this repo. Thanks for your suggestion.
When running this command, I got the error below: FileNotFoundError: [Errno 2] No such file or directory: '../../third_party/mmyolo/configs/yolov8/yolov8_l_syncbn_fast_8xb16-500e_coco.py' Additionally, I cannot find checkpoint 'weights/yolo_world_l_clip_base_dual_vlpan_2e-3adamw_32xb16_100e_o365_goldg_train_pretrained-0e566235.pth' in the repo.
@PrashantDixit0 thanks, probably it will work, but first I need to get rid of this error related to config file: FileNotFoundError: [Errno 2] No such file or directory: '../../third_party/mmyolo/configs/yolov8/yolov8_l_syncbn_fast_8xb16-500e_coco.py' 
I don't think so @PrashantDixit0 I am sharing the ss with you:  Could it be related to the path?
I am facing the same error. Here is the image which contains some details: 
Have you ever faced the AttributeError, which its description is 'Rectangle' object has no attribute 'patches'? I am asking this question because I have sometimes randomly faced these two errors...
yes, I did. But it did not resolve.
After last update, errors below often occur in my case. ValueError: The 'color' keyword argument must have one color per dataset, but 1 datasets and 0 colors were provided, AttributeError:...
@tlapusan matplotlib==3.5.3 dtreeviz==2.2.0 lightgbm==3.3.3 I always get these errors when I try to build a dtreeviz model tree using LightGBM algorithm. There is no problem with sklearn trees.