Angelo Delli Santi
Angelo Delli Santi
After a cleaner installation: new ubuntu 18.04 virtual machine after the end of the installation I did only: sudo apt-get install git sudo apt-get install python git https://github.com/ChrisTheCoolHut/PinCTF.git chmod -R...
I'm sorry... I forgot to give the execute permission to the file... That's why Pin wasn't working now I get again the error "empty set", also tried what you said...
I think I did something wrong installing pin. I erased everything and did it again, following your instruction and now the error has changed in: `Traceback (most recent call last):...
> You need to run `docker run -it --rm --privileged multiarch/qemu-user-static --credential yes --persistent yes` first. See https://martin-grigorov.medium.com/building-linux-packages-for-different-cpu-architectures-with-docker-and-qemu-d29e4ebc9fa5 I tried to follow the instructions in your article, but it seems...
I see, the warning was just saying that the docker image and the host machine have different architecture, the actuall error disappeared after running your command: `docker run -it --rm...
@heyoeyo I am not sure I follow, what are outputs["pred_logits"] supposed to be in the first place?
I've installed cmake with `apt install cmake` and confirmed that I have the version 3.22.1, but during the build of the wheels, it still tries to build the wheels of...
In this way installing cmake with apt-get will be enough? I have tried to remove it from pyproject.toml, but doing so the build fails with a less clear error: ```...
@sergregory Thank you, but I need to build the wheels by myself, because I need to apply a small patch to opencv before building, to add an extra [video-source api](https://github.com/AxisCommunications/acap-computer-vision-sdk/blob/main/sdk/opencv/axisvdo-4.5.1.patch).
Hi @AlejandroDiazD Good that you solved the issue by yourself, I guess if you want to keep the image flipped, you can try to flip also the resolution (960x1280). I...