Jinkai
Jinkai
Well, just curious, have you guys come across any captcha on the Android phone. Can the Agent manage to solve it?
Well, I use `clip-retrieval inference --input_dataset image/mytest.tar --output_folder embeddings_folder --clip_model ViT-L/14 --input_format="webdataset"` to successfully calculate embeddings for both images and texts, and I do see npy files generated. However, I...
currently, I'm trying to use this piece of code to download images ```python url_list = "oss://mybucket/part-xxxxxxx.parquet" df = spark.read.parquet(url_list) print("count: " + str(df.count())) download( processes_count=2, # this is not used...
I've started a Kuberntest cluster and try to start the distributed img2dataset download in cluster mode. The log in the driver pod show as follows: > Starting the downloading of...
Well, I first use > python download_evalsets.py $download_dir to download all the necessary datasets on an internet-accessible machine and then migrate the data to my machine with limited internet access....