Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about test issues #6

Closed
zhanghongyong123456 opened this issue Nov 25, 2021 · 3 comments
Closed

about test issues #6

zhanghongyong123456 opened this issue Nov 25, 2021 · 3 comments

Comments

@zhanghongyong123456
Copy link

  1. when runing python test.py --name <experiment_name> --model bargainnet --dataset_mode iharmony4 --is_train 0 --norm batch --preprocess resize --gpu_ids 0 --input_nc 20 --netG s2ad
    image
    What computer configuration is required to run this project
  2. How to deal with my own image, if I have a directly synthesized image, how to harmonize?
    What data is needed to achieve it
    python test.py --name <experiment_name> --model bargainnet --dataset_mode iharmony4 --is_train 0 --norm batch --preprocess resize --gpu_ids 0 --input_nc 20 --netG s2ad
    image
    This is the result of my running, it’s not right, I don’t know where the problem is
  3. Is it possible to process 4k video streams in real time,That is, what is the processed fps and the maximum resolution of the processed image
@zhanghongyong123456
Copy link
Author

I tested an image separately and got this result, I don’t know why,
c1815_500925_1
HCOCO c1815_500925_1.jpg pic

@zhanghongyong123456
Copy link
Author

I tested an image separately and got this result, I don’t know why, c1815_500925_1 HCOCO c1815_500925_1.jpg pic

image
this is test log

@cjy-4
Copy link
Collaborator

cjy-4 commented Jan 2, 2023

  1. We train our network on ubuntu 16.04 LTS operation system, with 64GB memory, Intel Core i7-8700K CPU, and two
    GeForce GTX 1080 Ti GPUs.
  2. You need to provide the same data structure as iHarmony4 dataset, and modify the dir to your own data:
    self.testfile = opt.dataset_root+'IHD_test.txt'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants