Stav Bodik
Stav Bodik
Trying to rotate drone 180 degrees slowly, No matter what duration I am using, it is moving with same speed : float duration = 100000.0f; client.moveByVelocityAsync(0, 0, 0, duration, DrivetrainType::MaxDegreeOfFreedom,...
Hi , I have written code for saving events to TensorBoard file in order to monitor and test localization accuracy while training. I am using Keras backend, there is option...
Hello , I am using the Generator class for generating input for the SSD machine . I have couple of question please , My input images are gray scale but...
I am trying to debug compute_loss function , In my code the loss function : ` def compute_loss(self, y_true, y_pred): """Compute mutlibox loss......` Is passed to the compile function :...