Skip to content

Commit

Permalink
rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nuneslu committed Mar 1, 2024
1 parent 3726321 commit 851cd32
Show file tree
Hide file tree
Showing 27 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pcdiff/models/models.py → lidiff/models/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import torch
import torch.nn as nn
import torch.nn.functional as F
import pcdiff.models.minkunet as minknet
import lidiff.models.minkunet as minknet
import numpy as np
import MinkowskiEngine as ME
import open3d as o3d
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import torch
import torch.nn as nn
import torch.nn.functional as F
import pcdiff.models.minkunet as minknet
import lidiff.models.minkunet as minknet
import numpy as np
import MinkowskiEngine as ME
import open3d as o3d
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
import MinkowskiEngine as ME
import torch
import pcdiff.models.minkunet as minknet
import lidiff.models.minkunet as minknet
import open3d as o3d
from diffusers import DPMSolverMultistepScheduler
from pytorch_lightning.core.lightning import LightningModule
Expand Down
4 changes: 2 additions & 2 deletions pcdiff/train.py → lidiff/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import yaml
import MinkowskiEngine as ME

import pcdiff.datasets.datasets as datasets
import pcdiff.models.models as models
import lidiff.datasets.datasets as datasets
import lidiff.models.models as models

def set_deterministic():
np.random.seed(42)
Expand Down
4 changes: 2 additions & 2 deletions pcdiff/train_refine.py → lidiff/train_refine.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import torch
import yaml

import pcdiff.datasets.datasets_refine as datasets
import pcdiff.models.models_refine as models
import lidiff.datasets.datasets_refine as datasets
import lidiff.models.models_refine as models


@click.command()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 851cd32

Please sign in to comment.