George Galanakis
George Galanakis
Thank you very much. One more question with respect to TopDownTransformation. For the provided example the corresponding matrix is 3x4: 47.41009728,11.82066487,0., 182.75689221 11.82066487,-47.41009728,0., 341.44276352 0.,0.,0.,1. According to your previous answer,...
Hello again. During more thorough investigation of the code I realized that scale of the data to 0-1 is actually happened within the following code snippet. Is this correct? https://github.com/art-programmer/FloorNet/blob/e7bd879df7d7825b1badb09440c85b4f1107a6d6/RecordWriterTango.py#L310-L320...
I think that the correct way to take the joints for each subject is the following (at least in python). ```python def get_joints(subset, candidate): joints_per_skeleton = [[] for i in...
I just had the same problem. Write the following, before running mapmap. `export GST_DEBUG=2` As soon as you load the video and create a mesh, the above will tell you...
Same issue with firefox/chrome and latest tampermonkey, so assume it is the discogs page that changed?
@atj I will check it later and will report back.
So @atj I made some tests and the following hold for both Tampermonkey (4.11.6120) and Violentmonkey (2.12.8) in Firefox 85 - Without having logged in at least once, the buttons...
There is also [apprise](https://github.com/caronc/apprise) which can be used to integrate almost everything without much effort.