Andrei Dumitriu

Results 12 comments of Andrei Dumitriu

Hey @suzuki-sken, keep in mind that in the .yaml you can specify the files that you want to train / val on, not necesarily the folders. You can even provide...

hey @gjr2019, I can show you how I did it. There might be better ways, though. Basically I loaded the entire files folder and the annotations folders, stored their paths...

+1, lots of people would love this and there is no other good free equivalent. I'm sure many people would consider contributing to the effort.

Did you find a way to do this? I'm working now to dynamically add and remove row from smart table with filters.

It's quite straightforward, you just need to use st-safe-src and a different collection (smart tables create a safe copy which it watches - you need to tell it to watch...

If you're sure you used it accordingly, then I didn't have this problem. However, the first time I discovered it, it took me a while to get it right and...

Did you solve it? I have the same problem on Ubuntu 22.04. I read that it might just take a long time but it's been more than 24h already. I...

> This is an issue with g++. Commenting out lines 429 and 531 as below helps this run successfully > > Line 433+ (approximate): > > template function(_Functor&& __f) //noexcept(_Handler::template...

Does anyone have the script to use W&B manually? I started working on it but I'm far from having logged all the information that yolov5 has.