Coder Social home page Coder Social logo

train pix2pix about boostingmonoculardepth HOT 4 CLOSED

compphoto avatar compphoto commented on August 16, 2024
train pix2pix

from boostingmonoculardepth.

Comments (4)

miangoleh avatar miangoleh commented on August 16, 2024

Hi.

Can you please provide me more detailed information? Like what is the execution command you are using, OS etc.

from boostingmonoculardepth.

GSK666 avatar GSK666 commented on August 16, 2024

Hi, sorry, i want to train the pix2pix model use my image data, but when i run "python ./pix2pix/train.py --dataroot DATASETDIR --name mergemodeltrain --model pix2pix4depth --no_flip --no_dropout" on the Linux, i get the error:


Traceback (most recent call last):
File "./pix2pix/train.py", line 22, in
from options.train_options import TrainOptions
File "/home/powerop/work/depth_model_code/BoostingMonocularDepth_new/pix2pix/options/train_options.py", line 1, in
from .base_options import BaseOptions
File "/home/powerop/work/depth_model_code/BoostingMonocularDepth_new/pix2pix/options/base_options.py", line 3, in
from pix2pix.util import util
ModuleNotFoundError: No module named 'pix2pix'

from boostingmonoculardepth.

vinthony avatar vinthony commented on August 16, 2024

Try to add the following code at the beginning of the pix2pix/train.py and pix2pix/test.py

import os,sys
sys.path.append(os.getcwd())

from boostingmonoculardepth.

miangoleh avatar miangoleh commented on August 16, 2024

@GSK666 Please close the issue if the suggested change above fixed the issue.

from boostingmonoculardepth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.