Alexandre Tuleu
Alexandre Tuleu
Actually I would see some intersting use cases for such a feature : - possibility to support project with different flags compiler (imagine a C/C++ project that mixes C and...
@gnzlbg I looked into this feature. I don't think it will be useful for automatic listing of source file. I like to put my documentation in header file for example....
Ugly fix on ubuntu 20.04 ```bash sudo mkdir -p /dt9/usr sudo ln -s /usr/bin /dt9/usr/bin ``` Is `@ubuntu20.04-gcc9_manylinux2014-cuda11.2-cudnn8.1-tensorrt7.2_config_cuda` only intended to build from a docker image ?
@LukeWood Just updated to be able to merge in master without breaking tests. See 91785ef description.
Family holidays until 03.08. I'll do it ehen I return. Le jeu. 28 juil. 2022 à 22:12, Luke Wood ***@***.***> a écrit : > ***@***.**** commented on this pull request....
@LukeWood : The PR is again merged on master, and the TODO have been removed. It may also duplicate partially #656
> Minor changes. > > Primarily, to test cases - lets not introduce inter-file dependency for test cases. Lets keep them localized to themselves. Additionally, be sure to avoid conditional...
Why not just use the keras one ? Or do you mean EffientDet ?
> Most of the time, the bounding boxes augmentation are simply performed by applying the keypoint augmentation on each of its 4 bounding box corner and transform back the 4...
Here are the pytorch and facebookresearch implementations: https://pytorch.org/vision/stable/_modules/torchvision/ops/focal_loss.html https://github.com/facebookresearch/fvcore/blob/main/fvcore/nn/focal_loss.py