Junpeng Jing

Results 15 comments of Junpeng Jing

Hi @achusky. I am running this line: 'python basicsr/demo.py -opt options/demo/demo.yml' and meet the same problem, Could you, please, try to look at this? Thanks!

Hi, thanks for your interest. The pre-trained model is trained on DIV2K and finetuned on the COCO dataset. BTW, there seems to be no apparent gain during finetuning.

Hi, thanks for your interest. The hyperparameter depends on the tradeoff between the quality of concealing and recovering. In the first stage, all hyperparameters can be set to 1 until...

I haven't tried this, but I am afraid not. This is not considered in the design of the network architecture. Maybe add some robust module works, which can simulate the...

Hi, thanks for your interest. We only polish and offer the code and the model for DeepMIH with 2 images hidden, which contains the main experiments in the paper. For...

Hi, thanks for your interest. Actually, this problem occurs frequently and deserves further study, but I have not analyzed it.

The log file is as follows. [70529843081_0_log.err.txt](https://github.com/princeton-vl/infinigen/files/15306537/70529843081_0_log.err.txt) [70529843081_0_log.out.txt](https://github.com/princeton-vl/infinigen/files/15306538/70529843081_0_log.out.txt)

Thanks so much for the reply! Just to confirm, `iterate_scene_tasks.frame_range = [1, 300]` would generate frames within this range, right? If I want a full 300 frames videos, can I...

Hi, when I am using this command on a RTX6000 machine with 128GB RAM ``` python -m infinigen.datagen.manage_jobs --output_folder /rds/general/ephemeral/user/jj323/ephemeral/output/stereo_videos --num_scenes 10 \ --pipeline_config local_128GB.gin stereo_video cuda_terrain blender_gt \ --cleanup...

I think the problem is the same as this [issue](https://github.com/princeton-vl/infinigen/issues/230). Removing the `int(..)` from `int(s.strip())` fails to solve the problem, so I keep commenting it.