Theelx
Theelx
I had this same issue, and I fixed it using ``` sudo docker run -it --rm -v /home/theel/Videos/:/host --gpus='all,"capabilities=compute,utility,graphics,display"' --env DISPLAY:$DISPLAY ghcr.io/k4yt3x/video2x:5.0.0-beta5 -i input.mp4 -o output2x.mp4 -p1 upscale -h 720...
3.0.0 has been released, and support for Python 2.7 and
I don't believe there's a workaround for this, sorry. I believe it would require a radical redesign of jsonpickle to support this kind of initialization, if I'm understanding it correctly....
Addressing is not position-independent.
Hey, sorry for the late response! I took off the week before July 4th to spend time with family, so I'll try to look at this issue today.
There is indeed an off-by-one error in the encoding step, where py/id is 17 instead of 16. This is weird, because if I recall correctly, there was a similar off-by-one...
I think that's possible. I'll write a note to myself to read up on this when it's time to make a release, as I'm a bit time-crunched with the beginning...
Hey, just wanted to let you know I'll be working on setting up an automatic GitHub release manager tool for jsonpickle in the next few days. I'm planning to use...
At the moment I don't believe that's possible in general by hooking into jsonpickle. That being said, it may be possible to define a custom ``__getstate__`` on ``UrnId`` that returns...
I can give you an example ``__getstate__`` if you can send me an entire minimal reproducible example (MRE) to get the output that you are currently getting, and an example...