python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Train an NN using SIFT information
I have keypoint information using the SIFT descriptor for an image dataset/s. I need to train a network to predict the characteristic scales (labels) of the keypoints. My question is regarding the inp...
Dheeraj P R
Votes: 0
Answers: 0
Changing RGB channel intensities using Keras ImageDataGenerator
I have been trying to augment my around 360 images while training a model. This is how the code looks like
img_data_gen_args = dict(rotation_range=90,
width_shift_range=0.3,
...
Dan Py
Votes: 0
Answers: 1
DefaultPCUAllocator: not enough memory
I want to do some CNN with Pytorch, but I got this error:
RuntimeError: [enforce fail at C:\cb\pytorch_1000000000000\work\c10\core\impl\alloc_cpu.cpp:81] data. DefaultCPUAllocator: not enough memory:...
Jack
Votes: 0
Answers: 1
What is models.common.C3 in yolov5 model?
[Yolo model summary][1]
Also can someone explain the values in arguments column
[1]: https://i.stack.imgur.com/weBPt.png
Shivam Sharma
Votes: 0
Answers: 1