David Matos

Results 18 issues of David Matos

As per your given TODOs in the README, I thought it would be nice to add initial mosaic augmentation to this codebase. Original implementation is from [YoloV5 repo](https://github.com/ultralytics/yolov5/), which I...

Is there any available pre trained model to evaluate the results? As mentioned in #116 as well, there isnt one provided by authors. Perhaps someone has used their GPUs to...

Hello, This PR fixes #3886 to handle copying source's directory contents rather than the directory itself. Its my first ever Rust PR. Thanks for the helpful responses, and in case...

# Description This PR closes #6916, which now allows table/table operations on the `++` operator. ``` [[a b]; [1 2]] ++ [[a b]; [1 3]] ╭───┬───┬───╮ │ # │ a...

wait-until-after-nushell-release

Hi, This PR started addressing issue #4175, which it fixed but I tried to go a bit further when tinkering with the ways tmpdir option is given. Previously using something...

MRE ``` >touch a >ln -s a b rm a ``` Produces different output ``` uu_chmod u+x b failed to change mode of 'b' from 0000 (---------) to 0000 (---------)...

U - chmod

# Description Fixes #8145, by disallowing any rows that are duplicated. ``` ❯ ls | select 0 0 Error: × Select only allows unique rows ╭─[entry #1:1:1] 1 │ ls...

Hi, This PR is related to #5451, but not necessarily closes it. On windows, making a hardlink would not be recognized, but now it is: ``` # on windows create...

Hi, Two main issues occur when renaming files/directories on macOS. Platform: macOS mv version: 0.0.22 ## rename_directory ``` mkdir somedir touch somedir/somefile.txt ``` ``` > uutils mv somedir Somedir #...

U - mv

Hi, This PR aims at implementing the first iteration for `uname` using `uutils`. Couple of things: * Currently my [PR](https://github.com/uutils/coreutils/pull/5921) to make the required changes is pending in `uutils` repo....