maty0505github

Results 55 issues of maty0505github

ava_classnames.json is missing. Please tell me where is the file.

ava_detection_val_boxes_and_labels.csv is missing. Please tell me where is the csv file.

I tried to run test_video_ava.py, but the following error occurred. ``` $ python3 test_video_ava.py --cfg cfg/ava.yaml Traceback (most recent call last): File "test_video_ava.py", line 36, in model = YOWO(cfg) File...

I tried to train and generate images as the following command lines. ``` !python imagen.py --train --source datasets --imagen model6.pth --train_unet 1 --no_sample --no_elu --epochs=80 !python imagen.py --train --source datasets...

After training for 100 epochs, I tried to infer with the following command line. ``` !python imagen.py --imagen model.pth --tags "1girl, red_hair" --output red_hair.png ``` Then, the generated image of...

I updated deep_imagin and tried to train and generate image. But, the following error occurred. ``` !python imagen.py --imagen model5.pth --sample_unet=2 --size 256 --start_image girl.png --output girl_256.png --tags "1girl, blonde_hair"...

When I tried to train imagen with the command as follows, ``` python3 imagen.py --train --source ./holo --imagen model.pth --device cpu ``` the default_collate error occurred, as follows. ``` For...

When I run the test.py, the following error occurred. ``` python3 test.py --config_file configs/market1501_gps_softmax_triplet_center.yml MODEL.PRETRAIN_CHOICE "('self')" TEST.WEIGHT "('pretrained/GPS_market1501.pth')" 2022-12-07 16:22:33,956 reid_baseline INFO: Using 1 GPUS 2022-12-07 16:22:33,956 reid_baseline INFO: Namespace(config_file='configs/market1501_gps_softmax_triplet_center.yml',...

応答生成(generate)を実行したところ、次のエラーが出ました。与える引数に何か問題があるようです。 ``` $ sudo docker container run --rm -it -v $(pwd):/work gptchat python -m gptchat.chatlm.generate --config=chatlm/config.yaml File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/engine/base_layer.py", line 800, in __call__ 'The first argument to `Layer.call` must always be...

According to the following instruction; 1.2.2 Download Human Model and Body Joint Regressors We use the SMPL model that can be downloaded from [ [here](https://smpl.is.tue.mpg.de/) ]. Download the file SMPL_NEUTRAL.pkl...