Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
I am adapting yolo2 to deal with 3D images. One problem I encountered is that the tensor flow function space_to_depth does not exist for that many dimensions. Does anyone have experience with this? I am not so sure what the original tensorflow function does.
Hi,
I am adapting yolo2 to deal with 3D images. One problem I encountered is that the tensor flow function space_to_depth does not exist for that many dimensions. Does anyone have experience with this? I am not so sure what the original tensorflow function does.
Here is what I tried:
def space_to_depth_x2(input): block_size = 2 block_size_3 = block_sizeblock_sizeblock_size