Thierry BABAN
Thierry BABAN
I have the same problem. Please help.
Some where i saw that it is possible to search by period. Buy i write the filter and i did not work.
@Wats0ns @teeinn @yoya93 please what was your solution. referred to @HyuPete I tried to downgrade the version of Keras but i got many exception while trainning. ``` Epoch 15/100 200/200...
Try to reduce those parameters and try again. Usually is a problem of ressources availabillity ``` IMAGES_PER_GPU = 1 IMAGE_RESIZE_MODE = "square" IMAGE_MIN_DIM = 512 IMAGE_MAX_DIM = 512 # Small...
Maybe you have a problem of compatibility. I am using TF2.1 and keras 2.4.3. I used this Matterport fork project compatible with tensorflow 2.1. https://github.com/tomgross/Mask_RCNN/tree/71003370a447cbe39430622f007ea83bb1815c2b
Please, did you found a solution ?
> Hi, > > did some already implement VGG 16 as backbone and could share his/her code? > > @ltrottier you mentioned in another post that you already experimented with...
I had the same issue with Tensorflow 2.12 and keras_cv 0.9 on a conda envireronment. After trying a lot of solution, finally upgrade Tensorflow to 2.14 solved the issue.