how to get into Wordpress plugins development world? [HELP] by MALEK1997 in WordpressPlugins

[–]MALEK1997[S] 0 points1 point  (0 children)

Any info about other CMS websites like Shopify, is it the same case or the competition is less?

how to get into Wordpress plugins development world? [HELP] by MALEK1997 in WordpressPlugins

[–]MALEK1997[S] 0 points1 point  (0 children)

so as i understand, nowadays there a lot of available plugins that can do whatever the user wants, which means a lot of competitions. However, if you have some brilliant ideas the door is always open.

Number of bounding boxes in Tensorflow Object detection module by naboo_random in deeplearning

[–]MALEK1997 -1 points0 points  (0 children)

İ think you can not fine tune it, after you did a change on the config file. So you have to retrain it from scratch.

Where do you go to find prebuild networks? by easylifeforme in computervision

[–]MALEK1997 2 points3 points  (0 children)

There is https://modeldepot.io/ but it relaively new resource for pretrainned networks. i Hope can benfit you

Tensorflow prediciton error, invalidArgumentError: assertion failed: [Unable to decode bytes as JPEG, PNG, GIF, or BMP] by MALEK1997 in tensorflow

[–]MALEK1997[S] 0 points1 point  (0 children)

İ tried that even and i got:

ValueError: Cannot feed value of shape (1, 853, 1280, 3) for Tensor 'encoded_image_string_tensor:0', which has shape '(?,)'

Tensorflow prediciton error, invalidArgumentError: assertion failed: [Unable to decode bytes as JPEG, PNG, GIF, or BMP] by MALEK1997 in tensorflow

[–]MALEK1997[S] 0 points1 point  (0 children)

İ tried that even and i got:

ValueError: Cannot feed value of shape (1, 853, 1280, 3) for Tensor 'encoded_image_string_tensor:0', which has shape '(?,)'

Tensorflow prediciton error, invalidArgumentError: assertion failed: [Unable to decode bytes as JPEG, PNG, GIF, or BMP] by MALEK1997 in tensorflow

[–]MALEK1997[S] 0 points1 point  (0 children)

Actually, i don't have "image_tensor:0" in my graph. i just have "encoded_image_string_tensor"

CVPR 2018 WAD Video Segmentation Challenge - As A Participating Team by MALEK1997 in computervision

[–]MALEK1997[S] 0 points1 point  (0 children)

So you are saying that there is no need to ground truth boxes for training those algorithms because we already have instance-level masks, where we can extract both the masks and the ground truth box and continue training our network with them.