SemiEgg
SemiEgg
+1 Could u please offer the code for evaluation?
Hi guitarflow, Here is the postNotification method (Foundation/NotificationCenter.cpp): ```C++ void NotificationCenter::postNotification(Notification::Ptr pNotification) { poco_check_ptr (pNotification); ScopedLockWithUnlock lock(_mutex); ObserverList observersToNotify(_observers); lock.unlock(); for (ObserverList::iterator it = observersToNotify.begin(); it != observersToNotify.end(); ++it) {...
Hi @nmerrill67 , Thanks for your great work! Could you send me the network weights to [email protected], please?
> Good afternoon, > > After successfully running the testing of SPSG on our data, I was studying the code of test_scene_as_chunks.py and came across a weird part of the...
BTW, may I ask what gan loss you use and how many epochs you train the network when reproducing SPSG code? I notice that training is very slow when using...
Same here. When I run examples/classification_modelnet40.py, I get the same error at the same location. `self.F[X.inverse_mapping(self.coordinate_map_key).long()]` My environment: CUDA 11.1 Pytorch 1.9 Ubuntu 18.04 ME: 0.5.4 to reproduce, just run...
> Hello, is there a way to extract the learnt 3D volume from the grid data structure? How can the dense voxel grid be extracted to run something akin to...
> @wywywy01 你好, 我按照你提供的解决方法后报这个错误:name "field" is not defined Change [this line](https://github.com/oliver-batchelor/multical/blob/2eae66b4ac5485255e13f1bb428f15af088a60b2/multical/config/arguments.py#L2) to `from dataclasses import dataclass, field`