John Pekl

Results 12 issues of John Pekl

I use your implemented loss module to my SiamesRPN++. It was working fine after some first epochs, but the loss is getting to 'nan' after that. Do you know why...

I have run your module inside docker container, the collected information, such as CPU, Memory, is measurement data of real computer which the docker container is running on. How can...

I tried to run the example from here. (http://lorenwest.github.io/node-monitor/doc/classes/Monitor.html) Though I received data from Server periodically, the function processMonitor.getConnection() return null. Also, the function processMonitor.control('ping', function(error, response), return null due...

Hello, please help me this error ``` 04-10 17:48:35.417 22134-22134/? E/dex2oat: Failed to create oat file: /data/dalvik-cache/arm64/data@[email protected]@[email protected]: Permission denied 04-10 17:48:35.450 22136-22136/? E/dex2oat: Failed to create oat file: /data/dalvik-cache/arm64/data@[email protected]@[email protected]: Permission...

I am trying to retrain your network. I set up a training environment following issue #25 . My computer has two GPU GeForce RTX 3090, 24G. I reduce batch size...

I use [calibration](https://github.com/hou-yz/MultiviewX/tree/master/calibrations) from MultivewX to run [grid_visualize.py](https://github.com/hou-yz/MVDet/blob/master/grid_visualize.py), code shown below. ``` import numpy as np import matplotlib.pyplot as plt from PIL import Image import cv2 from multiview_detector.utils import projection...

I have found some implemented versions of Murty. (1) https://github.com/jonatanolofsson/mht/tree/master/murty (2) https://github.com/motrom/fastmurty Could you please let me know the comparison (in terms of speed) of your code with others?

I have found one Fork repository (from your code) that does minimization. https://github.com/jonatanolofsson/MurtyAlgorithm Is it correct to follow? ``` WeightMatrix a = w; if (MODE == MINIMIZATION) { a =...

Your code did not use `pkk` though you calculated. ` pkk = [dot(eye(len(k[index])) - dot(k[index], self.h), comp.cov) `