Skip to content

Instantly share code, notes, and snippets.

View lelouedec's full-sized avatar

lelouedec lelouedec

View GitHub Profile
@lelouedec
lelouedec / BoNet.py
Created October 1, 2019 09:15
Pytorch implementation of Bonet all in one file (requires pointnet helpers from main repo)
import torch
import torch.nn as nn
import torch.nn.init as init
import torch.nn.functional as F
import numpy as np
from time import time
import point
from scipy.optimize import linear_sum_assignment