Jorge Rodríguez

Results 10 comments of Jorge Rodríguez

I have the same issue. Have you solved it?

Have you found any solution for this?

@ning-mz > For example, sometimes it has multiple outputs on the entity "Total", I chose the one with highest confidence mark. Please can you share how you did it? I...

@Helloworld0214 Where do you set the random seed?

I had the same problem of not removing the last column. I became desperate until I was able to realize it. I'm glad I wasn't the only one ... ahahahha

@juvebogdan Be careful because you have to remove them only from those you use for inference. That is, only those that you pass to the test.py file.

No, it is not necessary. Take a look at the arguments that [test.py](https://github.com/wenwenyu/PICK-pytorch/blob/f118577e713a549f2f63d48cc205876fa6101b95/test.py#L92l) needs - Checkpoint - **Boxes and transcripts (Without the tag column) of the images wich you want...

I would also like to achieve this, if you have any progress please tell me. Thanks!

No, I don't use GCE or GKE. My entire infrastructure is deployed on ECS and Fargate with docker images. When the workload is high 8 or more machines wake up....

Thanks a lot for your help. In the end, I was able to fix the issue by downgrading the `grpcio` version to 1.57.0. Now it works perfectly without any problems.